mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-09 19:55:11 +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 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 isUngrouped = viewType > VIEW_TYPE_GROUP_ALL || query.isNotEmpty()
|
||||||
val groupChaptersUpdates = preferences.groupChaptersUpdates().get()
|
val groupChaptersUpdates = preferences.groupChaptersUpdates().get()
|
||||||
val groupChaptersHistory = preferences.groupChaptersHistory().get()
|
val groupChaptersHistory = preferences.groupChaptersHistory().get()
|
||||||
|
Loading…
Reference in New Issue
Block a user