mirror of
https://github.com/libre-tube/LibreTube.git
synced 2024-12-13 22:00:30 +05:30
Fix sharing short videos to the app
This commit is contained in:
parent
909de96160
commit
a69e7125b3
@ -700,7 +700,7 @@ class PlayerFragment : Fragment(), OnlinePlayerOptions {
|
||||
(videoStream?.height ?: 0) > (videoStream?.width ?: 0)
|
||||
) {
|
||||
withContext(Dispatchers.Main) {
|
||||
setFullscreen()
|
||||
if (binding.playerMotionLayout.progress == 0f) setFullscreen()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user