Small fix

This commit is contained in:
M66B 2020-03-20 08:25:01 +01:00
parent 87e4669473
commit 075b043ddf
1 changed files with 1 additions and 1 deletions

View File

@ -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) {