Skip to content
Snippets Groups Projects

Do not update notifications after MailboxService got destroyed

Files

@@ -72,7 +72,7 @@ class MailboxViewModel @Inject constructor(
val hasDb: LiveData<Boolean> = liveData(Dispatchers.IO) { emit(setupManager.hasDb) }
val setupState = statusManager.setupState
val appState = statusManager.appState
val lastAccess: LiveData<Long> = metadataManager.ownerConnectionTime.asLiveData()
Loading