Skip to content

Commit b4585cd

Browse files
manabu-nakamuraleticiarossi
authored andcommitted
[NavigationRailView] Update comment
Resolves #4493 Resolves #4492 GIT_ORIGIN_REV_ID=63072926609dbb6ef66a18430db60e296202b576 PiperOrigin-RevId: 713025342
1 parent 80593b2 commit b4585cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/java/com/google/android/material/navigationrail/NavigationRailView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ public boolean shouldAddMenuView() {
741741
@Override
742742
public boolean onTouchEvent(@NonNull MotionEvent event) {
743743
super.onTouchEvent(event);
744-
// Consume all events to avoid views under the BottomNavigationView from receiving touch events.
744+
// Consume all events to avoid views under the NavigationRailView from receiving touch events.
745745
return true;
746746
}
747747
}

0 commit comments

Comments
 (0)