mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 09:03:56 +02:00
Update accounts by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user