Init notifyLockSecurity when idle

Increase idle-until-urgent delay
This commit is contained in:
NerdNumber9 2019-08-12 21:16:45 -04:00
parent d5f4db5eb7
commit b64ecfb836

View File

@ -95,7 +95,7 @@ class MainActivity : BaseActivity() {
firstPaint = true
iuuQueue.forEach { it() }
}
}, 500)
}, 1000)
}
}
@ -202,7 +202,9 @@ class MainActivity : BaseActivity() {
doLock()
//Check lock security
notifyLockSecurity(this)
initWhenIdle {
notifyLockSecurity(this)
}
}
}
// <-- EH