mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Add a clarifying comment to shouldContinueLoading handling.
PiperOrigin-RevId: 289424321
This commit is contained in:
parent
d7643acd52
commit
3c5c43c979
1 changed files with 2 additions and 0 deletions
|
|
@ -1769,6 +1769,8 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
|||
}
|
||||
}
|
||||
if (shouldContinueLoading) {
|
||||
// We should still be loading, except in the case that it's no longer possible (i.e., because
|
||||
// we've loaded the current playlist to the end).
|
||||
shouldContinueLoading = isLoadingPossible();
|
||||
updateIsLoading();
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue