1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-06 11:39:49 +00:00
This commit is contained in:
M66B 2020-03-05 11:43:16 +01:00
parent 48476241c9
commit 2966ebe6d8

View file

@ -247,8 +247,6 @@ public class ApplicationEx extends Application {
if (!prefs.contains("poll_interval")) if (!prefs.contains("poll_interval"))
editor.putInt("poll_interval", 0); editor.putInt("poll_interval", 0);
editor.remove("first"); editor.remove("first");
} else if (version < 1003) {
editor.putBoolean("answer_hint", true);
} }
if (BuildConfig.DEBUG && false) { if (BuildConfig.DEBUG && false) {