fix ktlint

This commit is contained in:
Bnyro 2022-10-01 11:04:28 +02:00
parent adc7fc6fd3
commit 7795a58f4f

View File

@ -1517,7 +1517,8 @@ class PlayerFragment : BaseFragment() {
private fun shouldStartPiP(): Boolean {
if (!pipEnabled ||
exoPlayer.playbackState == PlaybackState.STATE_PAUSED ||
videoShownInExternalPlayer) {
videoShownInExternalPlayer
) {
return false
}