|
|
@ -614,6 +614,10 @@ public class ApplicationEx extends Application
|
|
|
|
boolean cards = prefs.getBoolean("cards", true);
|
|
|
|
boolean cards = prefs.getBoolean("cards", true);
|
|
|
|
if (!cards)
|
|
|
|
if (!cards)
|
|
|
|
editor.remove("view_padding");
|
|
|
|
editor.remove("view_padding");
|
|
|
|
|
|
|
|
} else if (version < 1888) {
|
|
|
|
|
|
|
|
int class_min_difference = prefs.getInt("class_min_difference", 50);
|
|
|
|
|
|
|
|
if (class_min_difference == 0)
|
|
|
|
|
|
|
|
editor.putBoolean("classification", false);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
|
|
|
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
|
|
|