Added text

This commit is contained in:
M66B
2019-08-13 21:34:49 +02:00
parent 7b324d3198
commit e5c6f34f9f
3 changed files with 3 additions and 2 deletions

View File

@@ -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)