Skip to content

Commit 6b36204

Browse files
authored
Update ResultFragmentTv.kt
1 parent 71c9c9a commit 6b36204

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

app/src/main/java/com/lagradost/cloudstream3/ui/result/ResultFragmentTv.kt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,12 @@ class ResultFragmentTv : BaseFragment<FragmentResultTvBinding>(
465465
).firstOrNull { it.isVisible }
466466

467467
resultCastItems.setRecycledViewPool(ActorAdaptor.sharedPool)
468+
// ResultFragmentTv.kt içindeki ActorAdaptor tanımında:
468469
resultCastItems.adapter = ActorAdaptor(aboveCast?.id, {
469470
toggleEpisodes(false)
470-
}, { actorName -> // Senin aktör arama kodun buraya entegre edildi
471-
onSearch(actorName)
471+
}, { actorName ->
472+
// Burayı bu şekilde değiştiriyoruz:
473+
QuickSearchFragment.pushSearch(activity, actorName)
472474
})
473475

474476
if (isLayout(EMULATOR)) {

0 commit comments

Comments
 (0)