mirror of
https://github.com/androidx/media.git
synced 2025-05-05 06:30:24 +08:00
Fixed minor error that occurred when the manifest was updated.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=128472884
This commit is contained in:
parent
dae87b66dd
commit
47346c39c1
@ -693,7 +693,7 @@ import java.util.ArrayList;
|
||||
|
||||
Period previousPeriod = playingPeriod;
|
||||
boolean seenReadingPeriod = false;
|
||||
while (previousPeriod != null) {
|
||||
while (previousPeriod.nextPeriod != null) {
|
||||
Period period = previousPeriod.nextPeriod;
|
||||
index++;
|
||||
if (!period.id.equals(timeline.getPeriodId(index))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user