mirror of
https://gitee.com/openharmony/applications_screenlock
synced 2024-11-22 22:09:53 +00:00
commit
9b256929b0
@ -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