mirror of
https://gitee.com/openharmony/applications_screenlock
synced 2024-11-23 06:19:47 +00:00
test
Signed-off-by: z60042544 <zhangao53@h-partners.com>
This commit is contained in:
parent
840c8740bd
commit
edaa067e62
@ -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`)
|
||||||
|
Loading…
Reference in New Issue
Block a user