1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-23 06:31:17 +00:00

Fixed theme options

This commit is contained in:
M66B 2020-10-01 14:14:10 +02:00
parent cd2a8e625e
commit edd0773c42

View file

@ -1050,10 +1050,10 @@ public class FragmentOptionsDisplay extends FragmentBase implements SharedPrefer
swReverse.setChecked(reversed);
if (dark)
rgThemeOptions.check(R.id.rbThemeDark);
else if (system)
if (system)
rgThemeOptions.check(R.id.rbThemeSystem);
else if (dark || black)
rgThemeOptions.check(R.id.rbThemeDark);
else
rgThemeOptions.check(R.id.rbThemeLight);