We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80593b2 commit b4585cdCopy full SHA for b4585cd
lib/java/com/google/android/material/navigationrail/NavigationRailView.java
@@ -741,7 +741,7 @@ public boolean shouldAddMenuView() {
741
@Override
742
public boolean onTouchEvent(@NonNull MotionEvent event) {
743
super.onTouchEvent(event);
744
- // Consume all events to avoid views under the BottomNavigationView from receiving touch events.
+ // Consume all events to avoid views under the NavigationRailView from receiving touch events.
745
return true;
746
}
747
0 commit comments