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(
|
||||
/* windowUid= */ null,
|
||||
getCurrentMediaItemIndex(),
|
||||
/* periodUid= */ null,
|
||||
getCurrentMediaItem(),
|
||||
/* periodUid= */ null,
|
||||
getCurrentPeriodIndex(),
|
||||
getCurrentPosition(),
|
||||
getContentPosition(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user