Skip to content

Commit

Permalink
Explode menu collection class
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLipan committed Sep 10, 2018
1 parent f061ded commit 83d0b1c
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,13 +157,13 @@ private void addViews(LinearLayout parent, int index, String... tags) {
}
}

// public MenuItemCollection getMenuItemCollection() {
// return mMenuItemCollection;
// }
//
// public MenuFeatureCollection getMenuFeatureCollection() {
// return mMenuFeatureCollection;
// }
public MenuItemCollection getMenuItemCollection() {
return mMenuItemCollection;
}

public MenuFeatureCollection getMenuFeatureCollection() {
return mMenuFeatureCollection;
}

public void addCustomMenu(String tag, MenuItem menuItem, MenuFeature menuFeature) {

Expand Down

0 comments on commit 83d0b1c

Please sign in to comment.