Commit e883c040 by Andrew Shu

Fix setting initial 0 position in PlayerControlView

parent b192465b
......@@ -343,8 +343,8 @@ public class PlayerControlView extends FrameLayout {
private long[] extraAdGroupTimesMs;
private boolean[] extraPlayedAdGroups;
private long currentWindowOffset;
private long currentPosition;
private long currentBufferedPosition;
private long currentPosition = C.POSITION_UNSET;
private long currentBufferedPosition = C.POSITION_UNSET;
public PlayerControlView(Context context) {
this(context, /* attrs= */ null);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment