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

Commit e70c41b2 authored by Adrian Roos's avatar Adrian Roos Committed by Android Git Automerger
Browse files

am e96d4cf5: am 86e34ca9: am 9f33d6cb: Fix stuck orientation in SetupWizard

* commit 'e96d4cf5':
  Fix stuck orientation in SetupWizard
parents 2b0c2085 e96d4cf5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -371,7 +371,6 @@ public class KeyguardViewMediator extends SystemUI {
        @Override
        public void onDeviceProvisioned() {
            sendUserPresentBroadcast();
            updateInputRestricted();
        }

        @Override
@@ -947,7 +946,7 @@ public class KeyguardViewMediator extends SystemUI {
     * was suppressed by an app that disabled the keyguard or we haven't been provisioned yet.
     */
    public boolean isInputRestricted() {
        return mShowing || mNeedToReshowWhenReenabled || shouldWaitForProvisioning();
        return mShowing || mNeedToReshowWhenReenabled;
    }

    private void updateInputRestricted() {