mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-12-23 18:51:51 +01:00
Show read manga in recents when searching, even if setting is off
This commit is contained in:
parent
1ed58d8bee
commit
9d74c2fba3
@ -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…
Reference in New Issue
Block a user