Merge "Fix issue with touches falling through nav bar in 3 button nav" into tm-qpr-dev
This commit is contained in:
@@ -541,10 +541,12 @@ public class NavigationBar extends ViewController<NavigationBarView> implements
|
|||||||
if (!mImeVisible) {
|
if (!mImeVisible) {
|
||||||
// IME not showing, take all touches
|
// IME not showing, take all touches
|
||||||
info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
|
info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
if (!mView.isImeRenderingNavButtons()) {
|
if (!mView.isImeRenderingNavButtons()) {
|
||||||
// IME showing but not drawing any buttons, take all touches
|
// IME showing but not drawing any buttons, take all touches
|
||||||
info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
|
info.setTouchableInsets(InternalInsetsInfo.TOUCHABLE_INSETS_FRAME);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user