mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 01:51:24 +01:00
Enable RLAH by default
This commit is contained in:
@@ -192,7 +192,7 @@ public class FragmentOptionsConnection extends FragmentBase implements SharedPre
|
||||
break;
|
||||
}
|
||||
|
||||
swRlah.setChecked(prefs.getBoolean("rlah", false));
|
||||
swRlah.setChecked(prefs.getBoolean("rlah", true));
|
||||
swRoaming.setChecked(prefs.getBoolean("roaming", true));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user