mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 03:15:39 +01:00
Fixed context menu
This commit is contained in:
@@ -117,7 +117,7 @@ public class EditTextCompose extends FixedEditText {
|
||||
|
||||
@Override
|
||||
public boolean onActionItemClicked(ActionMode mode, MenuItem item) {
|
||||
if (item.getGroupId() == Menu.CATEGORY_ALTERNATIVE) {
|
||||
if (item.getGroupId() == Menu.CATEGORY_SECONDARY) {
|
||||
int id = item.getItemId();
|
||||
if (id == R.string.title_undo)
|
||||
return EditTextCompose.super.onTextContextMenuItem(android.R.id.undo);
|
||||
|
||||
Reference in New Issue
Block a user