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

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

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

parents 48ed8aa4 4e9fa9d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4213,6 +4213,7 @@ public class StatusBar extends SystemUI implements DemoMode,
    public void showKeyguard() {
        mKeyguardRequested = true;
        updateIsKeyguard();
        mAssistManager.onLockscreenShown();
    }

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

    private void updatePanelExpansionForKeyguard() {