mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Added some more menu titles
This commit is contained in:
@@ -631,7 +631,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
protected void onExecuted(Bundle args, Map<EntityAccount, List<EntityFolder>> result) {
|
||||
PopupMenuLifecycle popupMenu = new PopupMenuLifecycle(getContext(), getViewLifecycleOwner(), fabSearch);
|
||||
|
||||
popupMenu.getMenu().add(R.string.title_search_in).setEnabled(false);
|
||||
popupMenu.getMenu().add(Menu.NONE, 0, 0, R.string.title_search_in).setEnabled(false);
|
||||
|
||||
int order = 1;
|
||||
for (EntityAccount account : result.keySet()) {
|
||||
|
||||
Reference in New Issue
Block a user