mirror of https://github.com/M66B/FairEmail.git
Small behavior improvement
This commit is contained in:
parent
df71fde15d
commit
160cc6defe
|
@ -50,6 +50,7 @@ public class FragmentDialogTheme extends FragmentDialogBase {
|
||||||
swBlack.setEnabled(colored && !grey && !solarized && optionId != R.id.rbThemeLight);
|
swBlack.setEnabled(colored && !grey && !solarized && optionId != R.id.rbThemeLight);
|
||||||
|
|
||||||
swHtmlLight.setEnabled(!colored || optionId != R.id.rbThemeLight);
|
swHtmlLight.setEnabled(!colored || optionId != R.id.rbThemeLight);
|
||||||
|
swComposerLight.setEnabled(!colored || optionId != R.id.rbThemeLight);
|
||||||
}
|
}
|
||||||
|
|
||||||
@NonNull
|
@NonNull
|
||||||
|
|
Loading…
Reference in New Issue