mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 11:54:10 +01:00
Added text
This commit is contained in:
@@ -749,7 +749,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
protected void onExecuted(Bundle args, List<EntityAccount> accounts) {
|
||||
PopupMenuLifecycle popupMenu = new PopupMenuLifecycle(getContext(), getViewLifecycleOwner(), fabSearch);
|
||||
|
||||
popupMenu.getMenu().add(Menu.NONE, 0, 0, R.string.title_search_in).setEnabled(false);
|
||||
popupMenu.getMenu().add(Menu.NONE, 0, 0, R.string.title_search_server).setEnabled(false);
|
||||
|
||||
int order = 1;
|
||||
for (EntityAccount account : accounts)
|
||||
|
||||
Reference in New Issue
Block a user