mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Fixed widget highlight color selection
This commit is contained in:
@@ -150,6 +150,7 @@ public class ActivityWidgetUnified extends ActivityBase {
|
||||
@Override
|
||||
public void onCheckedChanged(CompoundButton compoundButton, boolean checked) {
|
||||
btnHighlight.setVisibility(checked && cbHighlight.isEnabled() ? View.VISIBLE : View.GONE);
|
||||
btnHighlight.setEnabled(checked && cbHighlight.isEnabled());
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user