mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-28 07:50:31 +05:30
fix ktlint
This commit is contained in:
parent
adc7fc6fd3
commit
7795a58f4f
@ -1517,7 +1517,8 @@ class PlayerFragment : BaseFragment() {
|
||||
private fun shouldStartPiP(): Boolean {
|
||||
if (!pipEnabled ||
|
||||
exoPlayer.playbackState == PlaybackState.STATE_PAUSED ||
|
||||
videoShownInExternalPlayer) {
|
||||
videoShownInExternalPlayer
|
||||
) {
|
||||
return false
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user