mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Reset Incognito Mode on app relaunch (closes #4928)
This commit is contained in:
parent
4e7b8c98f9
commit
f407e30b6e
1 changed files with 3 additions and 0 deletions
|
@ -52,6 +52,9 @@ open class App : Application(), LifecycleObserver {
|
|||
LocaleHelper.updateConfiguration(this, resources.configuration)
|
||||
|
||||
ProcessLifecycleOwner.get().lifecycle.addObserver(this)
|
||||
|
||||
// Reset Incognito Mode on relaunch
|
||||
preferences.incognitoMode().set(false)
|
||||
}
|
||||
|
||||
override fun attachBaseContext(base: Context) {
|
||||
|
|
Loading…
Reference in a new issue