mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
small movie fix
This commit is contained in:
parent
9455fc528f
commit
4780935d55
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ class ResultFragment : Fragment() {
|
||||||
var startAction: Int? = null
|
var startAction: Int? = null
|
||||||
|
|
||||||
private fun lateFixDownloadButton(show: Boolean) {
|
private fun lateFixDownloadButton(show: Boolean) {
|
||||||
if(!show || currentType?.isMovieType() == true) {
|
if(!show || currentType?.isMovieType() == false) {
|
||||||
result_movie_parent.visibility = GONE
|
result_movie_parent.visibility = GONE
|
||||||
result_episodes_text.visibility = VISIBLE
|
result_episodes_text.visibility = VISIBLE
|
||||||
result_episodes.visibility = VISIBLE
|
result_episodes.visibility = VISIBLE
|
||||||
|
|
Loading…
Reference in a new issue