Fix state access
This commit is contained in:
parent
ab275def12
commit
8e68a067d9
1 changed files with 1 additions and 1 deletions
|
|
@ -207,7 +207,7 @@ public final class VideoDetailFragment
|
||||||
@State
|
@State
|
||||||
protected boolean autoPlayEnabled = true;
|
protected boolean autoPlayEnabled = true;
|
||||||
@State
|
@State
|
||||||
private int originalOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;
|
protected int originalOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED;
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
private StreamInfo currentInfo = null;
|
private StreamInfo currentInfo = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue