Avoid tryEmit(), use emit()

This commit is contained in:
Benoit Marty 2024-03-26 15:29:12 +01:00 committed by Benoit Marty
parent a83952814f
commit 74048cca8f
11 changed files with 21 additions and 19 deletions

View file

@ -62,7 +62,7 @@ class UnifiedPushTest @Inject constructor(
}
}
override fun reset() = delegate.reset()
override suspend fun reset() = delegate.reset()
override suspend fun quickFix(coroutineScope: CoroutineScope) {
openDistributorWebPageAction.execute()