TP-67370 | bbps useraction blocked context updated to IO (#11150)
This commit is contained in:
@@ -106,7 +106,7 @@ constructor(
|
||||
isFetchingNewBill ->
|
||||
isDeleteBillInProgress || isFetchingNewBill
|
||||
}
|
||||
.flowOn(Dispatchers.Default)
|
||||
.flowOn(dispatcherProvider.io)
|
||||
.stateIn(
|
||||
scope = viewModelScope,
|
||||
started = SharingStarted.WhileSubscribed(),
|
||||
|
||||
Reference in New Issue
Block a user