Remove logic for resetting low quality setting
This commit is contained in:
@@ -71,13 +71,6 @@ class Pupil : MultiDexApplication() {
|
|||||||
preference.edit().remove("dl_location").apply()
|
preference.edit().remove("dl_location").apply()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!preference.getBoolean("low_quality_reset", false)) {
|
|
||||||
preference.edit()
|
|
||||||
.putBoolean("low_quality", true)
|
|
||||||
.putBoolean("low_quality_reset", true)
|
|
||||||
.apply()
|
|
||||||
}
|
|
||||||
|
|
||||||
histories = Histories(File(ContextCompat.getDataDir(this), "histories.json"))
|
histories = Histories(File(ContextCompat.getDataDir(this), "histories.json"))
|
||||||
favorites = Histories(File(ContextCompat.getDataDir(this), "favorites.json"))
|
favorites = Histories(File(ContextCompat.getDataDir(this), "favorites.json"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user