mirror of
https://gitee.com/openharmony/applications_screenlock
synced 2024-11-23 06:19:47 +00:00
!175 BUG修复:通知中心-打开批量管理页面,锁屏再打开后,页面退回通知中心页面
Merge pull request !175 from zoujunjie/common_master
This commit is contained in:
commit
5fd6f62706
@ -170,12 +170,7 @@ export class ScreenLockService {
|
||||
lockScreen() {
|
||||
Trace.start(Trace.CORE_METHOD_SHOW_LOCK_SCREEN);
|
||||
Log.showDebug(TAG, `lockScreen`);
|
||||
let length = parseInt(Router.getLength())
|
||||
Log.showDebug(TAG, `Router.getLength: ${length}`)
|
||||
for (let index = 1; index < length; index++) {
|
||||
Log.showInfo(TAG, `back to index`);
|
||||
Router.back();
|
||||
}
|
||||
|
||||
//lock the screen
|
||||
this.screenLockModel.showScreenLockWindow(() => {
|
||||
Log.showInfo(TAG, `showScreenLockWindow finish`);
|
||||
|
Loading…
Reference in New Issue
Block a user