Default skip filtered to true

This commit is contained in:
arkon
2020-04-19 15:29:10 -04:00
parent bb064a1ba7
commit 9c820fcca1
2 changed files with 2 additions and 2 deletions
@@ -215,7 +215,7 @@ class PreferencesHelper(val context: Context) {
fun skipRead() = prefs.getBoolean(Keys.skipRead, false)
fun skipFiltered() = prefs.getBoolean(Keys.skipFiltered, false)
fun skipFiltered() = prefs.getBoolean(Keys.skipFiltered, true)
fun migrateFlags() = flowPrefs.getInt("migrate_flags", Int.MAX_VALUE)