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