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

Commit 71e0a375 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Calling hideKeyguard more often, instead of caching it" into oc-dr1-dev

parents 700cd652 c3d4c74c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4206,7 +4206,7 @@ public class StatusBar extends SystemUI implements DemoMode,
        }
        if (shouldBeKeyguard) {
            showKeyguardImpl();
        } else if (!shouldBeKeyguard && mIsKeyguard) {
        } else {
            return hideKeyguardImpl();
        }
        return false;