Skip to content

Commit

Permalink
Fix search from other area
Browse files Browse the repository at this point in the history
Fix #1372
  • Loading branch information
yujincheng08 committed Jan 17, 2024
1 parent 7a2ace2 commit ff79035
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ class BangumiSeasonHook(classLoader: ClassLoader) : BaseHook(classLoader) {
"com.bilibili.bangumi.ui.page.search.BangumiSearchResultFragment".from(mClassLoader)
?: "com.bilibili.search.result.bangumi.ogv.BangumiSearchResultFragment"
.from(mClassLoader) ?: "com.bilibili.search.ogv.OgvSearchResultFragment"
.from(mClassLoader) ?: "com.bilibili.search2.ogv.OgvSearchResultFragment"
.from(mClassLoader)
searchResultFragment?.run {
val intTypeFields = declaredFields.filter {
Expand Down

0 comments on commit ff79035

Please sign in to comment.