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

Commit 082c0540 authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 728e6c6c: Merge "Prevent showing immersive confirmation unexpectedly"

* commit '728e6c6c':
  Prevent showing immersive confirmation unexpectedly
parents 3afb9f63 728e6c6c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4389,7 +4389,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
                result &= ~ACTION_PASS_TO_USER;
                if (down) {
                    boolean panic = mImmersiveModeConfirmation.onPowerKeyDown(interactive,
                            event.getDownTime(), isImmersiveMode(mLastSystemUiFlags));
                            SystemClock.elapsedRealtime(), isImmersiveMode(mLastSystemUiFlags));
                    if (panic) {
                        mHandler.post(mRequestTransientNav);
                    }