Skip to content

Commit 35385b9

Browse files
committed
Split line into two address CI build error
Split line into two address CI build error -VideoDetailFragment.java:1146: Line is longer than 100 characters (found 110). [LineLength]
1 parent be67179 commit 35385b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/src/main/java/org/schabi/newpipe/fragments/detail/VideoDetailFragment.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,8 @@ public void openVideoPlayer(final boolean directlyFullscreenIfApplicable) {
11431143
* = false}, hence preventing it from going directly fullscreen.
11441144
*/
11451145
public void openVideoPlayerAutoFullscreen() {
1146-
openVideoPlayer(forceFullscreen || PlayerHelper.isStartMainPlayerFullscreenEnabled(requireContext()));
1146+
openVideoPlayer(forceFullscreen
1147+
|| PlayerHelper.isStartMainPlayerFullscreenEnabled(requireContext()));
11471148
forceFullscreen = false;
11481149
}
11491150

0 commit comments

Comments
 (0)