mirror of
https://gitee.com/openharmony/applications_screenlock
synced 2024-11-27 00:21:03 +00:00
zhangAo1023s
Signed-off-by: z60042544 <zhangao53@h-partners.com>
This commit is contained in:
parent
69adf9cbb7
commit
965b318bac
@ -147,11 +147,11 @@ export class ScreenLockService {
|
||||
|
||||
this.accountModel.eventListener(ACTIVATING_TYPE, ACTIVATING_EVENT, () => {
|
||||
Log.showInfo(TAG, `ACTIVATING_TYPE event`);
|
||||
this.lockScreen();
|
||||
})
|
||||
|
||||
this.accountModel.eventListener(ACTIVATE_TYPE, ACTIVATE_EVENT, () => {
|
||||
Log.showInfo(TAG, `ACTIVATE_TYPE event`);
|
||||
this.lockScreen();
|
||||
this.accountModel.updateAllUsers()
|
||||
this.checkPinAuthProperty(() => {
|
||||
Log.showInfo(TAG, `checkPinAuthProperty back`)
|
||||
|
Loading…
Reference in New Issue
Block a user