Update accounts by default

This commit is contained in:
M66B
2022-03-31 17:33:53 +02:00
parent e163ab581a
commit 7bcb15220d
4 changed files with 4 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ public class FragmentGmail extends FragmentBase {
Bundle args = getArguments();
personal = args.getString("personal");
address = args.getString("address");
update = args.getBoolean("update");
update = args.getBoolean("update", true);
}
@Override