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

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

Remove main thread IPC

am: e36d8d86

Change-Id: Ifbe5f31c965339bd3496262dc74b89f05d8c6deb
parents f5b1fc31 e36d8d86
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();