Updated on 2026-08-14

This commit is contained in:
Tangem 2024-12-09 14:30:45 +04:00
parent 781150b16f
commit b0ec0581dc

View file

@ -18,7 +18,7 @@ class ForegroundActivityObserver : ActivityResultCaller {
val foregroundActivity: AppCompatActivity?
get() = activities.entries
.firstOrNull { it.value?.isDestroyed ?: false }
.firstOrNull { it.value?.isDestroyed == false }
?.value
internal val callbacks: ActivityLifecycleCallbacks