zhangAo1023s

Signed-off-by: z60042544 <zhangao53@h-partners.com>
This commit is contained in:
z60042544 2024-10-23 16:58:49 +08:00
parent 69adf9cbb7
commit 965b318bac

View File

@ -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`)