Hide catalogues (#466)

Hide catalogues
This commit is contained in:
inorichi
2016-09-18 21:12:12 +02:00
committed by GitHub
parent cb92143613
commit 58a2f7a874
10 changed files with 372 additions and 57 deletions
@@ -134,4 +134,6 @@ class PreferencesHelper(context: Context) {
fun automaticUpdates() = prefs.getBoolean(keys.automaticUpdates, false)
fun hiddenCatalogues() = rxPrefs.getStringSet("hidden_catalogues", emptySet())
}