mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Correct order of parameters when creating PositionInfo
PiperOrigin-RevId: 436174782
This commit is contained in:
parent
0292f82ddf
commit
ea67fbbb9a
@ -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…
x
Reference in New Issue
Block a user