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

Commit 3395e39c authored by Craig Mautner's avatar Craig Mautner Committed by Android Git Automerger
Browse files

am 0124980e: resolved conflicts for merge of 082c0540 to lmp-mr1-dev-plus-aosp

* commit '0124980e':
  Prevent showing immersive confirmation unexpectedly
parents d3794d68 0124980e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -839,7 +839,7 @@ public class PhoneWindowManager implements WindowManagerPolicy {
        // Detect user pressing the power button in panic when an application has
        // taken over the whole screen.
        boolean panic = mImmersiveModeConfirmation.onPowerKeyDown(interactive,
                event.getDownTime(), isImmersiveMode(mLastSystemUiFlags));
                SystemClock.elapsedRealtime(), isImmersiveMode(mLastSystemUiFlags));
        if (panic) {
            mHandler.post(mRequestTransientNav);
        }