small movie fix

This commit is contained in:
LagradOst 2021-08-14 19:46:17 +02:00
parent 9455fc528f
commit 4780935d55
1 changed files with 1 additions and 1 deletions

View File

@ -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