We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e37fb5 commit 49be1cfCopy full SHA for 49be1cf
app/src/main/java/org/schabi/newpipe/fragments/detail/VideoDetailFragment.java
@@ -1143,7 +1143,8 @@ public void openVideoPlayer(final boolean directlyFullscreenIfApplicable) {
1143
* = false}, hence preventing it from going directly fullscreen.
1144
*/
1145
public void openVideoPlayerAutoFullscreen() {
1146
- openVideoPlayer(forceFullscreen || PlayerHelper.isStartMainPlayerFullscreenEnabled(requireContext()));
+ openVideoPlayer(forceFullscreen
1147
+ || PlayerHelper.isStartMainPlayerFullscreenEnabled(requireContext()));
1148
forceFullscreen = false;
1149
}
1150
0 commit comments