Default disable separator lines

This commit is contained in:
M66B
2020-11-16 09:11:12 +01:00
parent ea1317cb85
commit ef2f2ca99e
3 changed files with 2 additions and 4 deletions

View File

@@ -384,8 +384,6 @@ 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");