Fix state access

This commit is contained in:
TobiGr 2025-12-10 14:46:13 +01:00
parent ab275def12
commit 8e68a067d9

View file

@ -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;