mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Small fix
This commit is contained in:
@@ -250,7 +250,7 @@ public class ApplicationEx extends Application {
|
||||
} else if (version < 1021) {
|
||||
boolean highlight_unread = prefs.getBoolean("highlight_unread", false);
|
||||
if (!highlight_unread)
|
||||
prefs.edit().putBoolean("highlight_unread", highlight_unread);
|
||||
editor.putBoolean("highlight_unread", highlight_unread);
|
||||
}
|
||||
|
||||
if (BuildConfig.DEBUG && false) {
|
||||
|
||||
Reference in New Issue
Block a user