Signed-off-by: z60042544 <zhangao53@h-partners.com>
This commit is contained in:
z60042544 2024-10-22 20:34:50 +08:00
parent 840c8740bd
commit edaa067e62

View File

@ -147,11 +147,11 @@ export class ScreenLockService {
this.accountModel.eventListener(ACTIVATING_TYPE, ACTIVATING_EVENT, () => { this.accountModel.eventListener(ACTIVATING_TYPE, ACTIVATING_EVENT, () => {
Log.showInfo(TAG, `ACTIVATING_TYPE event`); Log.showInfo(TAG, `ACTIVATING_TYPE event`);
this.lockScreen();
}) })
this.accountModel.eventListener(ACTIVATE_TYPE, ACTIVATE_EVENT, () => { this.accountModel.eventListener(ACTIVATE_TYPE, ACTIVATE_EVENT, () => {
Log.showInfo(TAG, `ACTIVATE_TYPE event`); Log.showInfo(TAG, `ACTIVATE_TYPE event`);
this.lockScreen();
this.accountModel.updateAllUsers() this.accountModel.updateAllUsers()
this.checkPinAuthProperty(() => { this.checkPinAuthProperty(() => {
Log.showInfo(TAG, `checkPinAuthProperty back`) Log.showInfo(TAG, `checkPinAuthProperty back`)