Fix defaults for grouping types of recents

This commit is contained in:
Jays2Kings 2021-05-02 14:21:55 -04:00
parent 7e6eda3276
commit 534d503ce9

View File

@ -345,9 +345,9 @@ class PreferencesHelper(val context: Context) {
fun showUpdatedTime() = flowPrefs.getBoolean(Keys.showUpdatedTime, false) fun showUpdatedTime() = flowPrefs.getBoolean(Keys.showUpdatedTime, false)
fun groupChaptersUpdates() = flowPrefs.getBoolean(Keys.groupChaptersUpdates, true) fun groupChaptersUpdates() = flowPrefs.getBoolean(Keys.groupChaptersUpdates, false)
fun groupChaptersHistory() = flowPrefs.getBoolean(Keys.groupChaptersHistory, false) fun groupChaptersHistory() = flowPrefs.getBoolean(Keys.groupChaptersHistory, true)
fun showTitleFirstInRecents() = flowPrefs.getBoolean(Keys.showTitleFirstInRecents, false) fun showTitleFirstInRecents() = flowPrefs.getBoolean(Keys.showTitleFirstInRecents, false)