Added some more menu titles

This commit is contained in:
M66B
2019-06-25 10:53:06 +02:00
parent e0e881944c
commit bf835e2207
5 changed files with 9 additions and 1 deletions

View File

@@ -195,6 +195,8 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
PopupMenuLifecycle popupMenu = new PopupMenuLifecycle(context, powner, view);
popupMenu.getMenu().add(Menu.NONE, 0, 0, account.name).setEnabled(false);
popupMenu.getMenu().add(Menu.NONE, R.string.title_synchronize_enabled, 1, R.string.title_synchronize_enabled)
.setCheckable(true).setChecked(account.synchronize);