Fix external repo preference conflict
This commit is contained in:
parent
78ffd9d56e
commit
5eeab103c2
1 changed files with 1 additions and 1 deletions
|
|
@ -446,5 +446,5 @@ class PreferencesHelper(val context: Context) {
|
|||
|
||||
fun dontDeleteFromCategories() = flowPrefs.getStringSet(Keys.dontDeleteFromCategories, emptySet())
|
||||
|
||||
fun extensionRepos() = flowPrefs.getStringSet(Keys.dontDeleteFromCategories, emptySet())
|
||||
fun extensionRepos() = flowPrefs.getStringSet(Keys.extensionRepos, emptySet())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue