Small behavior fix

pull/209/head
M66B 2 years ago
parent 955795a2af
commit 5b4618f1b7

@ -384,6 +384,7 @@ public class AdapterAccount extends RecyclerView.Adapter<AdapterAccount.ViewHold
ss.setSpan(new RelativeSizeSpan(0.9f), 0, ss.length(), 0);
popupMenu.getMenu().add(Menu.NONE, 0, order++, ss).setEnabled(false);
if (settings)
popupMenu.getMenu().add(Menu.NONE, R.string.title_enabled, order++, R.string.title_enabled)
.setCheckable(true).setChecked(account.synchronize);
popupMenu.getMenu().add(Menu.NONE, R.string.title_primary, order++, R.string.title_primary)

Loading…
Cancel
Save