Commit be8a3d8 1 parent d54521b commit be8a3d8 Copy full SHA for be8a3d8
File tree 3 files changed +0
-9
lines changed
androidTest/java/org/xmtp/android/library
main/java/org/xmtp/android/library
3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 1
1
package org.xmtp.android.library
2
2
3
- import android.util.Log
4
3
import androidx.test.ext.junit.runners.AndroidJUnit4
5
4
import androidx.test.platform.app.InstrumentationRegistry
6
5
import app.cash.turbine.test
Original file line number Diff line number Diff line change @@ -7,14 +7,8 @@ import kotlinx.coroutines.channels.awaitClose
7
7
import kotlinx.coroutines.flow.Flow
8
8
import kotlinx.coroutines.flow.MutableStateFlow
9
9
import kotlinx.coroutines.flow.callbackFlow
10
- import kotlinx.coroutines.flow.collect
11
- import kotlinx.coroutines.flow.combine
12
10
import kotlinx.coroutines.flow.flow
13
- import kotlinx.coroutines.flow.launchIn
14
11
import kotlinx.coroutines.flow.merge
15
- import kotlinx.coroutines.flow.onEach
16
- import kotlinx.coroutines.flow.zip
17
- import kotlinx.coroutines.launch
18
12
import kotlinx.coroutines.runBlocking
19
13
import org.xmtp.android.library.GRPCApiClient.Companion.makeQueryRequest
20
14
import org.xmtp.android.library.GRPCApiClient.Companion.makeSubscribeRequest
@@ -45,7 +39,6 @@ import uniffi.xmtpv3.FfiConversationCallback
45
39
import uniffi.xmtpv3.FfiConversations
46
40
import uniffi.xmtpv3.FfiGroup
47
41
import uniffi.xmtpv3.FfiListConversationsOptions
48
- import uniffi.xmtpv3.FfiStreamCloser
49
42
import java.util.Date
50
43
import kotlin.time.Duration.Companion.nanoseconds
51
44
import kotlin.time.DurationUnit
Original file line number Diff line number Diff line change 1
1
package org.xmtp.android.library
2
2
3
- import android.util.Log
4
3
import kotlinx.coroutines.channels.awaitClose
5
4
import kotlinx.coroutines.flow.Flow
6
5
import kotlinx.coroutines.flow.callbackFlow
You can’t perform that action at this time.
0 commit comments