mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Simplify comment
#minor-release PiperOrigin-RevId: 351144857
This commit is contained in:
parent
9add3c764e
commit
ee5423d053
1 changed files with 2 additions and 2 deletions
|
|
@ -1762,8 +1762,8 @@ import java.util.concurrent.atomic.AtomicBoolean;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (shouldContinueLoading) {
|
if (shouldContinueLoading) {
|
||||||
// We should still be loading, except in the case that it's no longer possible (i.e., because
|
// We should still be loading, except when there is nothing to load or we have fully loaded
|
||||||
// we've loaded the current playlist to the end).
|
// the current period.
|
||||||
shouldContinueLoading = isLoadingPossible();
|
shouldContinueLoading = isLoadingPossible();
|
||||||
updateIsLoading();
|
updateIsLoading();
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue