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 952e0fb commit 46fbc12Copy full SHA for 46fbc12
library/src/ca/idi/tecla/lib/menu/MenuDialog.java
@@ -87,7 +87,7 @@ private AlertDialog create(){
87
88
public void onClick(DialogInterface dialog, int position) {
89
//set the selected item
90
- setSelectedMenuItem(mOptionsMenu.getItem(position));
+ setSelectedMenuItem(menuItems.get(position));
91
//close the menu will in turn invoke
92
//OnCancelListener where we will use this set selected menu item
93
alertDialog.cancel();
0 commit comments