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

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

am 09aaf57f: am 9e8bdc39: Merge "Force the nav bar visible when an IME window...

am 09aaf57f: am 9e8bdc39: Merge "Force the nav bar visible when an IME window is visible." into klp-dev

* commit '09aaf57f':
  Force the nav bar visible when an IME window is visible.
parents b2d46404 09aaf57f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3334,7 +3334,8 @@ public class PhoneWindowManager implements WindowManagerPolicy {
        if (DEBUG_LAYOUT) Slog.i(TAG, "Win " + win + ": isVisibleOrBehindKeyguardLw="
                + win.isVisibleOrBehindKeyguardLw());
        if (mTopFullscreenOpaqueWindowState == null && (win.getAttrs().privateFlags
                &WindowManager.LayoutParams.PRIVATE_FLAG_FORCE_SHOW_NAV_BAR) != 0) {
                &WindowManager.LayoutParams.PRIVATE_FLAG_FORCE_SHOW_NAV_BAR) != 0
                || (win.isVisibleLw() && attrs.type == TYPE_INPUT_METHOD)) {
            if (mForcingShowNavBarLayer < 0) {
                mForcingShowNavBar = true;
                mForcingShowNavBarLayer = win.getSurfaceLayer();