android, desktop: refactor alerts for slow calls

This commit is contained in:
Avently
2024-02-15 21:17:36 +07:00
parent 91f10c056f
commit 577b3539e6
23 changed files with 33 additions and 53 deletions
@@ -71,7 +71,7 @@ class SimplexApp: Application(), LifecycleEventObserver {
override fun onStateChanged(source: LifecycleOwner, event: Lifecycle.Event) {
Log.d(TAG, "onStateChanged: $event")
withBGApi {
withLongRunningApi {
when (event) {
Lifecycle.Event.ON_START -> {
isAppOnForeground = true