Sometimes there are cases where even if we set to repeat a queue (REPEAT_MODE_ALL), we only have one track in the timeline. In that case I would assume that Player.MEDIA_ITEM_TRANSITION_REASON_REPEAT would trigger, since technically we are repeating the same track, but it doesn't seem like this is the case.
Here are the steps:
- Have one track in a queue with
REPEAT_MODE_ALL set.
- Press the "skip to next" button.
- The track plays again, but
onMediaItemTransition is not triggered with MEDIA_ITEM_TRANSITION_REASON_REPEAT
Is this state not considered a media transition? If that's the case, how can I track whenever the media item repeats itself again?