mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Fixed theme options
This commit is contained in:
parent
cd2a8e625e
commit
edd0773c42
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue