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

Commit 1a9c0c37 authored by Adrian Roos's avatar Adrian Roos Committed by android-build-merger
Browse files

Merge "Assist: Only call lockscreenShown when it is actually shown" into oc-dr1-dev

am: bc3c1d01

Change-Id: I598d82fcd14702151a924dd481fa067613c76b0e
parents 03515d0a bc3c1d01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4224,6 +4224,7 @@ public class StatusBar extends SystemUI implements DemoMode,
    public void showKeyguard() {
        mKeyguardRequested = true;
        updateIsKeyguard();
        mAssistManager.onLockscreenShown();
    }

    public boolean hideKeyguard() {
@@ -4279,7 +4280,6 @@ public class StatusBar extends SystemUI implements DemoMode,
            mDraggedDownRow = null;
        }
        mPendingRemoteInputView = null;
        mAssistManager.onLockscreenShown();
    }

    private void updatePanelExpansionForKeyguard() {