You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SuppressLint("ClickableViewAccessibility")
@OverridepublicbooleanonTouchEvent(@NonNullMotionEventevent) {
super.onTouchEvent(event);
// Consume all events to avoid views under the BottomNavigationView from receiving touch events.returntrue;
}
Expected behavior:
@SuppressLint("ClickableViewAccessibility")
@OverridepublicbooleanonTouchEvent(@NonNullMotionEventevent) {
super.onTouchEvent(event);
// Consume all events to avoid views under the NavigationRailView from receiving touch events.returntrue;
}
Material Library version: 1.13.0-alpha09
The text was updated successfully, but these errors were encountered:
Description: https://github.com/material-components/material-components-android/blob/master/lib/java/com/google/android/material/navigationrail/NavigationRailView.java#L719-L725:
Expected behavior:
Material Library version: 1.13.0-alpha09
The text was updated successfully, but these errors were encountered: