Merge branch 'stable'

This commit is contained in:
Evgeny Poberezkin
2024-02-18 00:05:49 +00:00
32 changed files with 102 additions and 94 deletions
@@ -73,7 +73,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