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

Commit e36d8d86 authored by Lucas Dupin's avatar Lucas Dupin
Browse files

Remove main thread IPC

Test: pull down shade with phone locked and dynamic privacy
Fixes: 139308527
Change-Id: Ie79a2865a9ecf591451dfd4dd10eb523d10862c9
parent d084c899
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();