Fix CodeFactor

This commit is contained in:
Luna712 2024-06-20 13:11:00 -06:00 committed by GitHub
parent a386521309
commit ce8e0f9557
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 6 deletions

View file

@ -165,7 +165,6 @@ class DownloadFragment : Fragment() {
) )
} }
} }
}, },
{ downloadClickEvent -> { downloadClickEvent ->
handleDownloadClick(downloadClickEvent) handleDownloadClick(downloadClickEvent)

View file

@ -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>?) {