Enable text separators for non Play store versions

This commit is contained in:
M66B
2020-11-14 10:26:28 +01:00
parent a08ba39601
commit 4685999bc5
3 changed files with 4 additions and 3 deletions

View File

@@ -384,6 +384,8 @@ public class ApplicationEx extends Application implements SharedPreferences.OnSh
editor.putBoolean("beige", false);
} else if (version < 1385)
editor.remove("parse_classes");
else if (version < 1393)
editor.remove("text_separators");
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
editor.remove("background_service");