Check for primary account / drafts / archive

This commit is contained in:
M66B
2018-12-13 10:43:30 +01:00
parent 8dd3d1ef85
commit a96e9d07fb
4 changed files with 87 additions and 17 deletions

View File

@@ -962,7 +962,8 @@ public class FragmentAccount extends FragmentEx {
@Override
protected void onLoaded(Bundle args, EntityAccount primary) {
cbPrimary.setChecked(primary == null);
if (primary == null)
cbPrimary.setChecked(true);
}
@Override