Use new key format in badges preference
This commit is contained in:
parent
aee4ad2d3f
commit
3631a9fac2
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ object PreferenceKeys {
|
||||||
|
|
||||||
const val defaultCategory = "default_category"
|
const val defaultCategory = "default_category"
|
||||||
|
|
||||||
const val downloadBadge = "pref_display_download_badge"
|
const val downloadBadge = "display_download_badge"
|
||||||
|
|
||||||
fun sourceUsername(sourceId: Long) = "pref_source_username_$sourceId"
|
fun sourceUsername(sourceId: Long) = "pref_source_username_$sourceId"
|
||||||
|
|
||||||
|
|
Reference in a new issue