INNER CODE UNIT · Kotlin

onStop

Gedsh/InviZible · tordnscrypt/src/main/java/pan/alexander/tordnscrypt/AppLifecycleListener.kt:38

    override fun onStop(owner: LifecycleOwner) {
        super.onStop(owner)

        app.isAppForeground = false

        if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N) {
            BaseTileService.releaseTilesSubcomponent()
            TilesLimiter.resetActiveTiles()
            TopFragment.initTasksRequired = true
        }
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…