mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-23 14:30:06 +00:00
蓝区master:更改锁屏密码的倒计时问题
Signed-off-by: liminjie10 <liminjie10@huawei.com>
This commit is contained in:
parent
39bcd14d43
commit
306248a495
@ -304,7 +304,7 @@ struct PasswordCheck {
|
||||
|
||||
this.freezingTimeForView = this.freezingTime / 1000;
|
||||
LogUtil.info(this.TAG_PAGE + `freezeView freezingTimeForView = ${this.freezingTimeForView}`);
|
||||
this.freezingTimeFlag = setTimeOut(() => {
|
||||
this.freezingTimeFlag = setTimeout(() => {
|
||||
this.freezingTimeForView = 0;
|
||||
}, this.freezingTime);
|
||||
this.timerId = setInterval(() => {
|
||||
|
Loading…
Reference in New Issue
Block a user