mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 10:17:18 +00:00
Small fix
This commit is contained in:
parent
87e4669473
commit
075b043ddf
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue