mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-16 22:13:34 +02:00
Fixed default light for reformatte message view
This commit is contained in:
@@ -2966,7 +2966,8 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
properties.setValue("full_asked", message.id, Helper.hasWebView(context));
|
||||
}
|
||||
|
||||
if (!properties.getValue("force_light_default", message.id)) {
|
||||
if (properties.getValue("full", message.id) &&
|
||||
!properties.getValue("force_light_default", message.id)) {
|
||||
boolean default_light = prefs.getBoolean("default_light", false);
|
||||
properties.setValue("force_light", message.id, default_light);
|
||||
properties.setValue("force_light_default", message.id, true);
|
||||
|
||||
Reference in New Issue
Block a user