mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fix CodeFactor
This commit is contained in:
parent
a386521309
commit
ce8e0f9557
2 changed files with 1 additions and 6 deletions
|
@ -165,7 +165,6 @@ class DownloadFragment : Fragment() {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
},
|
},
|
||||||
{ downloadClickEvent ->
|
{ downloadClickEvent ->
|
||||||
handleDownloadClick(downloadClickEvent)
|
handleDownloadClick(downloadClickEvent)
|
||||||
|
|
|
@ -185,8 +185,6 @@ open class ResultFragmentPhone : FullScreenPlayer() {
|
||||||
}
|
}
|
||||||
binding?.resultFullscreenHolder?.isVisible = !isSuccess && isFullScreenPlayer
|
binding?.resultFullscreenHolder?.isVisible = !isSuccess && isFullScreenPlayer
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//player_view?.apply {
|
//player_view?.apply {
|
||||||
//alpha = 0.0f
|
//alpha = 0.0f
|
||||||
//ObjectAnimator.ofFloat(player_view, "alpha", 1f).apply {
|
//ObjectAnimator.ofFloat(player_view, "alpha", 1f).apply {
|
||||||
|
@ -200,9 +198,7 @@ open class ResultFragmentPhone : FullScreenPlayer() {
|
||||||
// fillAfter = true
|
// fillAfter = true
|
||||||
//}
|
//}
|
||||||
//startAnimation(fadeIn)
|
//startAnimation(fadeIn)
|
||||||
// }
|
//}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun setTrailers(trailers: List<ExtractorLink>?) {
|
private fun setTrailers(trailers: List<ExtractorLink>?) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue