mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-04 06:20:26 +00:00
Fixed force light
This commit is contained in:
parent
eb21661761
commit
d321939c75
1 changed files with 5 additions and 2 deletions
|
@ -2269,8 +2269,11 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||||
properties.setValue("full_asked", message.id, true);
|
properties.setValue("full_asked", message.id, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean default_light = prefs.getBoolean("default_light", false);
|
if (!properties.getValue("force_light_default", message.id)) {
|
||||||
properties.setValue("force_light", message.id, default_light);
|
boolean default_light = prefs.getBoolean("default_light", false);
|
||||||
|
properties.setValue("force_light", message.id, default_light);
|
||||||
|
properties.setValue("force_light_default", message.id, true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private void bindBody(TupleMessageEx message, final boolean scroll) {
|
private void bindBody(TupleMessageEx message, final boolean scroll) {
|
||||||
|
|
Loading…
Reference in a new issue