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

Commit e4f542fa 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

am: 1a9c0c37

Change-Id: I0af701dfcab068695c3cfcf746b4e23694c20f60
parents c38b519f 1a9c0c37
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() {