Fix external repo preference conflict
This commit is contained in:
@@ -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())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user