mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Show read manga in recents when searching, even if setting is off
This commit is contained in:
parent
1ed58d8bee
commit
9d74c2fba3
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ class RecentsPresenter(
|
|||
}
|
||||
val viewType = customViewType ?: viewType
|
||||
|
||||
val showRead = preferences.showReadInAllRecents().get() && !limit
|
||||
val showRead = (preferences.showReadInAllRecents().get() || query.isNotEmpty()) && !limit
|
||||
val isUngrouped = viewType > VIEW_TYPE_GROUP_ALL || query.isNotEmpty()
|
||||
val groupChaptersUpdates = preferences.groupChaptersUpdates().get()
|
||||
val groupChaptersHistory = preferences.groupChaptersHistory().get()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue