Merge pull request #2135 from bubenheimer:handleMoveMediaItems_docfix

PiperOrigin-RevId: 730886871
(cherry picked from commit 57d4f8354a90960adeb2241683c2b175c03b3ce7)
This commit is contained in:
Copybara-Service 2025-02-25 08:00:35 -08:00 committed by oceanjules
parent 954a1d44e4
commit c4a77475c4

View File

@ -3460,7 +3460,7 @@ public abstract class SimpleBasePlayer extends BasePlayer {
* index is in the range {@code fromIndex} < {@code toIndex} <= {@link
* #getMediaItemCount()}.
* @param newIndex The new index of the first moved item. The index is in the range {@code 0}
* <= {@code newIndex} < {@link #getMediaItemCount() - (toIndex - fromIndex)}.
* <= {@code newIndex} <= {@link #getMediaItemCount() - (toIndex - fromIndex)}.
* @return A {@link ListenableFuture} indicating the completion of all immediate {@link State}
* changes caused by this call.
*/