From edaa067e62b103b2768b073eeed0eb0d0c56b720 Mon Sep 17 00:00:00 2001 From: z60042544 Date: Tue, 22 Oct 2024 20:34:50 +0800 Subject: [PATCH] test Signed-off-by: z60042544 --- .../screenlock/src/main/ets/com/ohos/model/screenLockService.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/screenlock/src/main/ets/com/ohos/model/screenLockService.ts b/features/screenlock/src/main/ets/com/ohos/model/screenLockService.ts index fc7b20b..7c1d5f6 100644 --- a/features/screenlock/src/main/ets/com/ohos/model/screenLockService.ts +++ b/features/screenlock/src/main/ets/com/ohos/model/screenLockService.ts @@ -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`)