[5.2.9]
[charter_p] [2分钟锁定改为1分钟]
This commit is contained in:
@@ -52,7 +52,7 @@ object LockManager {
|
||||
fun reStartCountDown(){
|
||||
CallerLogger.d(TAG,"重置时间")
|
||||
handler?.removeMessages(1)
|
||||
handler?.sendEmptyMessageDelayed(1,120_000)
|
||||
handler?.sendEmptyMessageDelayed(1,60_000)
|
||||
}
|
||||
|
||||
@Synchronized
|
||||
|
||||
Reference in New Issue
Block a user