Fix external repo preference conflict
This commit is contained in:
parent
78ffd9d56e
commit
5eeab103c2
@ -446,5 +446,5 @@ class PreferencesHelper(val context: Context) {
|
|||||||
|
|
||||||
fun dontDeleteFromCategories() = flowPrefs.getStringSet(Keys.dontDeleteFromCategories, emptySet())
|
fun dontDeleteFromCategories() = flowPrefs.getStringSet(Keys.dontDeleteFromCategories, emptySet())
|
||||||
|
|
||||||
fun extensionRepos() = flowPrefs.getStringSet(Keys.dontDeleteFromCategories, emptySet())
|
fun extensionRepos() = flowPrefs.getStringSet(Keys.extensionRepos, emptySet())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user