Refactoring

This commit is contained in:
M66B
2019-05-06 15:03:35 +02:00
parent fba2d11365
commit 2b848fe26c
7 changed files with 25 additions and 10 deletions

View File

@@ -153,7 +153,7 @@ public class AdapterIdentity extends RecyclerView.Adapter<AdapterIdentity.ViewHo
PopupMenuLifecycle popupMenu = new PopupMenuLifecycle(context, powner, view);
popupMenu.getMenu().add(Menu.NONE, 1, 1, R.string.title_advanced_enabled)
popupMenu.getMenu().add(Menu.NONE, 1, 1, R.string.title_synchronize_enabled)
.setCheckable(true).setChecked(identity.synchronize);
popupMenu.setOnMenuItemClickListener(new PopupMenu.OnMenuItemClickListener() {