Fix external repo preference conflict

This commit is contained in:
Jobobby04 2020-12-20 01:48:01 -05:00
parent 78ffd9d56e
commit 5eeab103c2

View File

@ -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())
}