Skip to content

Commit

Permalink
[i74] fix guides & UT
Browse files Browse the repository at this point in the history
  • Loading branch information
kanat committed Jul 10, 2023
1 parent 567263a commit c2392f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ internal class ChatClientDebuggerTest {
mutableClientState = Mother.mockedClientState(),
repositoryFactoryProvider = NoOpRepositoryFactory.Provider,
currentUserFetcher = mock(),
audioPlayer = mock(),
).apply {
attachmentsSender = this@ChatClientDebuggerTest.attachmentsSender
connectUser(user, token).enqueue()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import java.util.Date
class MessagesActivity : AppCompatActivity() {

// TODO add this and related entries to docs when documentation effort occurs
private val streamMediaRecorder: StreamMediaRecorder = DefaultStreamMediaRecorder()
private val streamMediaRecorder: StreamMediaRecorder = DefaultStreamMediaRecorder(applicationContext)
private val statefulStreamMediaRecorder = StatefulStreamMediaRecorder(streamMediaRecorder)

override fun onCreate(savedInstanceState: Bundle?) {
Expand Down

0 comments on commit c2392f7

Please sign in to comment.