Avoid tryEmit(), use emit()
This commit is contained in:
parent
a83952814f
commit
74048cca8f
11 changed files with 21 additions and 19 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue