Correct order of parameters when creating PositionInfo

PiperOrigin-RevId: 436174782
This commit is contained in:
bachinger 2022-03-21 12:01:53 +00:00 committed by Ian Baker
parent 0292f82ddf
commit ea67fbbb9a

View File

@ -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(),