Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b0d8fb18 authored by Lucas Dupin's avatar Lucas Dupin Committed by android-build-merger
Browse files

Remove main thread IPC am: e36d8d86

am: 4241c098

Change-Id: Ib912bdd095c9bae2e594b009e92179ef6c5c62c2
parents 886007ba 4241c098
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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();