mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Fix defaults for grouping types of recents
This commit is contained in:
parent
7e6eda3276
commit
534d503ce9
1 changed files with 2 additions and 2 deletions
|
@ -345,9 +345,9 @@ class PreferencesHelper(val context: Context) {
|
|||
|
||||
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue