Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
修复引导式访问解除固定时锁屏不生效 (#544)
Browse files Browse the repository at this point in the history
  • Loading branch information
nxibjzC authored Apr 16, 2024
1 parent 1282dc2 commit 99380b5
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ public void onChange(boolean selfChange) {
context.getContentResolver().registerContentObserver(
Settings.Global.getUriFor("exit_lock_app_screen"),
false, contentObserver1);
needLockScreen = getMyLockScreen(context) == 1;

isObserver = true;
}
} catch (Throwable e) {
Expand Down

0 comments on commit 99380b5

Please sign in to comment.