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

Commit 354ad8b4 authored by Winson Chung's avatar Winson Chung Committed by Android (Google) Code Review
Browse files

Merge "Fix issue with touches falling through nav bar in 3 button nav" into tm-qpr-dev

parents 7c3e43e8 6ceb084c
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;
                }
            }