Fix opening directly fullscreen on tablets
This commit is contained in:
parent
b2e0859e8a
commit
70e8065ea6
3 changed files with 19 additions and 10 deletions
|
|
@ -1109,7 +1109,7 @@ public final class VideoDetailFragment
|
|||
&& PlayerHelper.isStartMainPlayerFullscreenEnabled(requireContext())
|
||||
&& !DeviceUtils.isLandscape(requireContext())
|
||||
&& PlayerHelper.globalScreenOrientationLocked(requireContext())) {
|
||||
// open directly in fullscreen TODO does it work for large-land layouts?
|
||||
// toggle landscape in order to open directly in fullscreen
|
||||
onScreenRotationButtonClicked();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue