Loading packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +1 −6 Original line number Original line Diff line number Diff line Loading @@ -1868,12 +1868,7 @@ public class KeyguardViewMediator extends SystemUI { + " isSecure=" + isSecure() + " --> flags=0x" + Integer.toHexString(flags)); + " isSecure=" + isSecure() + " --> flags=0x" + Integer.toHexString(flags)); } } if (!(mContext instanceof Activity)) { mStatusBarManager.disable(flags); final int finalFlags = flags; mUiOffloadThread.submit(() -> { mStatusBarManager.disable(finalFlags); }); } } } } } Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/KeyguardViewMediator.java +1 −6 Original line number Original line Diff line number Diff line Loading @@ -1868,12 +1868,7 @@ public class KeyguardViewMediator extends SystemUI { + " isSecure=" + isSecure() + " --> flags=0x" + Integer.toHexString(flags)); + " isSecure=" + isSecure() + " --> flags=0x" + Integer.toHexString(flags)); } } if (!(mContext instanceof Activity)) { mStatusBarManager.disable(flags); final int finalFlags = flags; mUiOffloadThread.submit(() -> { mStatusBarManager.disable(finalFlags); }); } } } } } Loading