Fix opening directly fullscreen on tablets

This commit is contained in:
Stypox 2021-03-28 12:03:33 +02:00
parent b2e0859e8a
commit 70e8065ea6
3 changed files with 19 additions and 10 deletions

View file

@ -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();
}