Refactoring

This commit is contained in:
M66B
2020-02-23 18:39:42 +01:00
parent bbed4139e3
commit 5c7378cdfa
4 changed files with 10 additions and 6 deletions

View File

@@ -243,6 +243,9 @@ public class ApplicationEx extends Application {
editor.putInt("signature_location", 2);
editor.remove("signature_end");
}
} else if (version < 978) {
if (!prefs.contains("poll_interval"))
editor.putInt("poll_interval", 0);
}
if (BuildConfig.DEBUG && false) {