Reset Incognito Mode on app relaunch (closes #4928)

(cherry picked from commit f407e30b6e)
This commit is contained in:
arkon
2021-04-25 10:57:14 -04:00
committed by Jobobby04
parent 6e570d7fad
commit bdfbc641d9
@@ -82,6 +82,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) {