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