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

Commit cb022b8e 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

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



Change-Id: I5164af3789f4abc324b9377369cdbe3888677149
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents e9f1511a 354ad8b4
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;
                }
            }