mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Correct order of parameters when creating PositionInfo
PiperOrigin-RevId: 436174782
This commit is contained in:
parent
0292f82ddf
commit
ea67fbbb9a
1 changed files with 1 additions and 1 deletions
|
|
@ -808,8 +808,8 @@ import java.util.List;
|
||||||
return new PositionInfo(
|
return new PositionInfo(
|
||||||
/* windowUid= */ null,
|
/* windowUid= */ null,
|
||||||
getCurrentMediaItemIndex(),
|
getCurrentMediaItemIndex(),
|
||||||
/* periodUid= */ null,
|
|
||||||
getCurrentMediaItem(),
|
getCurrentMediaItem(),
|
||||||
|
/* periodUid= */ null,
|
||||||
getCurrentPeriodIndex(),
|
getCurrentPeriodIndex(),
|
||||||
getCurrentPosition(),
|
getCurrentPosition(),
|
||||||
getContentPosition(),
|
getContentPosition(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue