mirror of https://github.com/M66B/FairEmail.git
Set parse classes to default
This commit is contained in:
parent
29c0adbcc3
commit
1fcd4e5eea
|
@ -382,6 +382,8 @@ public class ApplicationEx extends Application implements SharedPreferences.OnSh
|
||||||
else if (version < 1336) {
|
else if (version < 1336) {
|
||||||
if (!prefs.contains("beige"))
|
if (!prefs.contains("beige"))
|
||||||
editor.putBoolean("beige", false);
|
editor.putBoolean("beige", false);
|
||||||
|
} else if (version < 1385){
|
||||||
|
editor.remove("parse_classes");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||||
|
|
Loading…
Reference in New Issue