From 4780935d55dea2312ff5d1a343f7a8748d2d6d07 Mon Sep 17 00:00:00 2001 From: LagradOst Date: Sat, 14 Aug 2021 19:46:17 +0200 Subject: [PATCH] small movie fix --- .../java/com/lagradost/cloudstream3/ui/result/ResultFragment.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/lagradost/cloudstream3/ui/result/ResultFragment.kt b/app/src/main/java/com/lagradost/cloudstream3/ui/result/ResultFragment.kt index 327142a7..6266e503 100644 --- a/app/src/main/java/com/lagradost/cloudstream3/ui/result/ResultFragment.kt +++ b/app/src/main/java/com/lagradost/cloudstream3/ui/result/ResultFragment.kt @@ -238,7 +238,7 @@ class ResultFragment : Fragment() { var startAction: Int? = null private fun lateFixDownloadButton(show: Boolean) { - if(!show || currentType?.isMovieType() == true) { + if(!show || currentType?.isMovieType() == false) { result_movie_parent.visibility = GONE result_episodes_text.visibility = VISIBLE result_episodes.visibility = VISIBLE