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

@@ -157,6 +157,8 @@ public class AdapterIdentity extends RecyclerView.Adapter<AdapterIdentity.ViewHo
PopupMenuLifecycle popupMenu = new PopupMenuLifecycle(context, powner, view);
popupMenu.getMenu().add(Menu.NONE, 0, 0, identity.email).setEnabled(false);
popupMenu.getMenu().add(Menu.NONE, R.string.title_synchronize_enabled, 1, R.string.title_synchronize_enabled)
.setCheckable(true).setChecked(identity.synchronize);