This commit is contained in:
Vadim Lopatin 2016-06-29 14:41:40 +03:00
parent f7cfc10bba
commit 95b794a500
1 changed files with 4 additions and 2 deletions

View File

@ -392,8 +392,10 @@ extern (C) int UIAppMain(string[] args) {
};
dlg.show();
return true;
} else
return contentLayout.dispatchAction(a);
}
//else
//return contentLayout.dispatchAction(a);
return false;
};
mainMenu.menuItemClick = delegate(MenuItem item) {
Log.d("mainMenu.onMenuItemListener", item.label);