Fix setting initial 0 position in PlayerControlView
This commit is contained in:
parent
b192465bba
commit
e883c04006
@ -343,8 +343,8 @@ public class PlayerControlView extends FrameLayout {
|
|||||||
private long[] extraAdGroupTimesMs;
|
private long[] extraAdGroupTimesMs;
|
||||||
private boolean[] extraPlayedAdGroups;
|
private boolean[] extraPlayedAdGroups;
|
||||||
private long currentWindowOffset;
|
private long currentWindowOffset;
|
||||||
private long currentPosition;
|
private long currentPosition = C.POSITION_UNSET;
|
||||||
private long currentBufferedPosition;
|
private long currentBufferedPosition = C.POSITION_UNSET;
|
||||||
|
|
||||||
public PlayerControlView(Context context) {
|
public PlayerControlView(Context context) {
|
||||||
this(context, /* attrs= */ null);
|
this(context, /* attrs= */ null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user