mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-03 15:46:34 +02:00
Fixed theme options logic
This commit is contained in:
@@ -86,8 +86,8 @@ public class FragmentDialogTheme extends FragmentDialogBase {
|
||||
|
||||
swBlack.setEnabled(colored && !grey && !bw && !solarized && optionId != R.id.rbThemeLight);
|
||||
|
||||
swHtmlLight.setEnabled(!(colored || blank) || colored);
|
||||
swComposerLight.setEnabled(!(colored || blank) || colored);
|
||||
swHtmlLight.setEnabled(!(colored || blank) || (colored && optionId != R.id.rbThemeLight));
|
||||
swComposerLight.setEnabled(!(colored || blank) || (colored && optionId != R.id.rbThemeLight));
|
||||
}
|
||||
|
||||
@NonNull
|
||||
|
||||
Reference in New Issue
Block a user