Fix logic of app unlock (#7569)

(cherry picked from commit 8ea05e852e)
This commit is contained in:
AntsyLich
2022-07-22 08:23:59 +06:00
committed by arkon
parent e296d56e09
commit 85f2996ae9
4 changed files with 4 additions and 4 deletions
@@ -56,7 +56,7 @@ class PreferencesHelper(val context: Context) {
fun lockAppAfter() = flowPrefs.getInt("lock_app_after", 0)
fun lastAppUnlock() = flowPrefs.getLong("last_app_unlock", 0)
fun lastAppClosed() = flowPrefs.getLong("last_app_closed", 0)
fun secureScreen() = flowPrefs.getEnum("secure_screen_v2", Values.SecureScreenMode.INCOGNITO)