TP-67370 | bbps useraction blocked context updated to IO (#11150)

This commit is contained in:
Mehul Garg
2024-06-04 18:19:12 +05:30
committed by GitHub
parent 62c075c5bf
commit 00a576d63c

View File

@@ -106,7 +106,7 @@ constructor(
isFetchingNewBill ->
isDeleteBillInProgress || isFetchingNewBill
}
.flowOn(Dispatchers.Default)
.flowOn(dispatcherProvider.io)
.stateIn(
scope = viewModelScope,
started = SharingStarted.WhileSubscribed(),