Skip to content

Commit

Permalink
[NavigationBar][NavigationRail] Expose getMenuView
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 499286690
  • Loading branch information
hunterstich authored and afohrman committed Jan 5, 2023
1 parent 5c23aff commit acfd97f
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,12 +357,7 @@ public Menu getMenu() {
return menu;
}

/**
* Returns the {@link MenuView} instance associated with this navigation bar.
*
* @hide
*/
@RestrictTo(LIBRARY_GROUP)
/** Returns the {@link MenuView} instance associated with this navigation bar. */
@NonNull
public MenuView getMenuView() {
return menuView;
Expand Down

0 comments on commit acfd97f

Please sign in to comment.