mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2026-08-06 02:08:52 +00:00
Fix state access
This commit is contained in:
@@ -207,7 +207,7 @@ public final class VideoDetailFragment
|
||||
@State
|
||||
protected boolean autoPlayEnabled = true;
|
||||
@State
|
||||
private int originalOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;
|
||||
protected int originalOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;
|
||||
|
||||
@Nullable
|
||||
private StreamInfo currentInfo = null;
|
||||
|
||||
Reference in New Issue
Block a user