Renamed keep history to pause history
This commit is contained in:
parent
9b59c5299a
commit
ebe90262cb
6 changed files with 15 additions and 15 deletions
|
@ -637,10 +637,10 @@ object PreferenceUtil {
|
|||
true
|
||||
)
|
||||
|
||||
val homeHistory: Boolean
|
||||
val pauseHistory: Boolean
|
||||
get() = sharedPreferences.getBoolean(
|
||||
KEEP_HISTORY,
|
||||
true
|
||||
PAUSE_HISTORY,
|
||||
false
|
||||
)
|
||||
|
||||
var audioFadeDuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue