Remove library search log
This commit is contained in:
parent
d86f3ffad8
commit
aff15b3ee2
@ -208,7 +208,6 @@ class LibraryCategoryAdapter(view: LibraryCategoryView, val controller: LibraryC
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
is Namespace -> {
|
is Namespace -> {
|
||||||
Timber.d(manga.title)
|
|
||||||
val tag = queryComponent.tag?.asQuery()
|
val tag = queryComponent.tag?.asQuery()
|
||||||
searchTags == null || searchTags.all {
|
searchTags == null || searchTags.all {
|
||||||
if (tag == null || tag.isBlank()) {
|
if (tag == null || tag.isBlank()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user