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

Commit e255d4e7 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 18e82e79: am 0945bc15: am ac2d61a2: Merge "Do not show immersive mode help...

am 18e82e79: am 0945bc15: am ac2d61a2: Merge "Do not show immersive mode help in touch exploration mode." into klp-dev

* commit '18e82e79':
  Do not show immersive mode help in touch exploration mode.
parents c6e72066 18e82e79
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5194,7 +5194,8 @@ public class PhoneWindowManager implements WindowManagerPolicy {
        final int flags = View.SYSTEM_UI_FLAG_IMMERSIVE | View.SYSTEM_UI_FLAG_IMMERSIVE_STICKY;
        return mNavigationBar != null
                && (vis & View.SYSTEM_UI_FLAG_HIDE_NAVIGATION) != 0
                && (vis & flags) != 0;
                && (vis & flags) != 0
                && canHideNavigationBar();
    }

    /**