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 d1cbc17 commit d770c6fCopy full SHA for d770c6f
app/src/main/java/org/schabi/newpipe/fragments/detail/VideoDetailFragment.java
@@ -207,7 +207,7 @@ public final class VideoDetailFragment
207
@State
208
protected boolean autoPlayEnabled = true;
209
210
- private int originalOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;
+ protected int originalOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;
211
212
@Nullable
213
private StreamInfo currentInfo = null;
0 commit comments