Renamed keep history to pause history

This commit is contained in:
Omar 2022-03-08 18:05:06 +02:00
parent 9b59c5299a
commit ebe90262cb
6 changed files with 15 additions and 15 deletions

View file

@ -637,10 +637,10 @@ object PreferenceUtil {
true
)
val homeHistory: Boolean
val pauseHistory: Boolean
get() = sharedPreferences.getBoolean(
KEEP_HISTORY,
true
PAUSE_HISTORY,
false
)
var audioFadeDuration