File tree Expand file tree Collapse file tree
api/src/main/java/com/getcode/network/repository
app/src/main/java/com/getcode/view/main/getKin Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,19 +30,14 @@ import com.getcode.solana.organizer.AccountType
3030import com.getcode.solana.organizer.GiftCardAccount
3131import com.getcode.solana.organizer.Organizer
3232import com.getcode.utils.ErrorUtils
33- import com.google.protobuf.ByteString
3433import com.google.protobuf.Timestamp
3534import dagger.hilt.android.qualifiers.ApplicationContext
3635import io.grpc.stub.StreamObserver
3736import io.reactivex.rxjava3.core.Flowable
3837import io.reactivex.rxjava3.core.Single
39- import io.reactivex.rxjava3.schedulers.Schedulers
4038import io.reactivex.rxjava3.subjects.SingleSubject
4139import kotlinx.coroutines.CoroutineScope
4240import kotlinx.coroutines.Dispatchers
43- import kotlinx.coroutines.flow.MutableStateFlow
44- import kotlinx.coroutines.flow.StateFlow
45- import kotlinx.coroutines.flow.asStateFlow
4641import kotlinx.coroutines.flow.first
4742import kotlinx.coroutines.flow.firstOrNull
4843import kotlinx.coroutines.flow.flowOn
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ class GetKinSheetViewModel @Inject constructor(
129129 } ? : Completable .complete()
130130
131131 receiveWithinLimits.toFlowable<Any >().asFlow()
132- }.onEach { historyController.fetchChats() }
132+ }
133133 .launchIn(viewModelScope)
134134
135135 eventFlow
You can’t perform that action at this time.
0 commit comments