Avoid tryEmit(), use emit()
This commit is contained in:
parent
e9308400bd
commit
df0d790493
11 changed files with 21 additions and 19 deletions
|
|
@ -57,7 +57,7 @@ class NotificationTroubleshootCheckPermissionTest @Inject constructor(
|
|||
delegate.done(result)
|
||||
}
|
||||
|
||||
override fun reset() = delegate.reset()
|
||||
override suspend fun reset() = delegate.reset()
|
||||
|
||||
override suspend fun quickFix(coroutineScope: CoroutineScope) {
|
||||
// Do not bother about asking the permission inline, just lead the user to the settings
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue