Set search pinned sources default to false

This commit is contained in:
Jay 2020-05-24 18:18:21 -04:00
parent 290bd9091a
commit 69fd723410

View File

@ -278,7 +278,7 @@ class PreferencesHelper(val context: Context) {
fun showCategoryInTitle() = flowPrefs.getBoolean("category_in_title", false) fun showCategoryInTitle() = flowPrefs.getBoolean("category_in_title", false)
fun onlySearchPinned() = flowPrefs.getBoolean(Keys.onlySearchPinned, true) fun onlySearchPinned() = flowPrefs.getBoolean(Keys.onlySearchPinned, false)
fun showLibraryUpdateErrors() = prefs.getBoolean(Keys.showLibraryUpdateErrors, false) fun showLibraryUpdateErrors() = prefs.getBoolean(Keys.showLibraryUpdateErrors, false)