We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text action menus without icon automatically go to the overflow section because of the line 178 in MenuView
List<MenuItemImpl> localActionItems = filter(mMenuItems, new MenuItemImplPredicate() { @Override public boolean apply(MenuItemImpl menuItem) { return menuItem.getIcon() != null && (menuItem.requiresActionButton() || menuItem.requestsActionButton()); } });
I don't think menuItem.getIcon() != null is nessesary because option always|withText without icon is possible
menuItem.getIcon() != null
always|withText
The text was updated successfully, but these errors were encountered:
BTW, is this repository even mantained?
Sorry, something went wrong.
No branches or pull requests
Text action menus without icon automatically go to the overflow section because of the line 178 in MenuView
I don't think
menuItem.getIcon() != null
is nessesary because optionalways|withText
without icon is possibleThe text was updated successfully, but these errors were encountered: