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

Commit 5d1f777b authored by Winson Chung's avatar Winson Chung Committed by Automerger Merge Worker
Browse files

Merge "Fix issue with touches falling through nav bar in 3 button nav" into...

Merge "Fix issue with touches falling through nav bar in 3 button nav" into tm-qpr-dev am: 354ad8b4 am: cb022b8e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20066574



Change-Id: Ib23e7515b1b7b2ec7e7189fa9d02c4b103db614b
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 172aa2a1 cb022b8e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -541,10 +541,12 @@ public class NavigationBar extends ViewController<NavigationBarView> implements
                if (!mImeVisible) {
                    // IME not showing, take all touches
                    info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
                    return;
                }
                if (!mView.isImeRenderingNavButtons()) {
                    // IME showing but not drawing any buttons, take all touches
                    info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
                    return;
                }
            }