Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/DynamicPrivacyController.java +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ public class DynamicPrivacyController implements UnlockMethodCache.OnUnlockMetho */ public boolean isInLockedDownShade() { if (!mStatusBarKeyguardViewManager.isShowing() || !mStatusBarKeyguardViewManager.isSecure()) { || !mUnlockMethodCache.isMethodSecure()) { return false; } int state = mStateController.getState(); Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/DynamicPrivacyController.java +1 −1 Original line number Diff line number Diff line Loading @@ -107,7 +107,7 @@ public class DynamicPrivacyController implements UnlockMethodCache.OnUnlockMetho */ public boolean isInLockedDownShade() { if (!mStatusBarKeyguardViewManager.isShowing() || !mStatusBarKeyguardViewManager.isSecure()) { || !mUnlockMethodCache.isMethodSecure()) { return false; } int state = mStateController.getState(); Loading