Init notifyLockSecurity when idle
Increase idle-until-urgent delay
This commit is contained in:
parent
d5f4db5eb7
commit
b64ecfb836
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user