Skip to content

Commit d770c6f

Browse files
committed
Fix state access
1 parent d1cbc17 commit d770c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public final class VideoDetailFragment
207207
@State
208208
protected boolean autoPlayEnabled = true;
209209
@State
210-
private int originalOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;
210+
protected int originalOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;
211211

212212
@Nullable
213213
private StreamInfo currentInfo = null;

0 commit comments

Comments
 (0)