Commit ea67fbbb by bachinger Committed by Ian Baker

Correct order of parameters when creating PositionInfo

PiperOrigin-RevId: 436174782
parent 0292f82d
......@@ -808,8 +808,8 @@ import java.util.List;
return new PositionInfo(
/* windowUid= */ null,
getCurrentMediaItemIndex(),
/* periodUid= */ null,
getCurrentMediaItem(),
/* periodUid= */ null,
getCurrentPeriodIndex(),
getCurrentPosition(),
getContentPosition(),
......
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