Simplify comment

#minor-release

PiperOrigin-RevId: 351144857
This commit is contained in:
aquilescanta 2021-01-11 15:00:05 +00:00 committed by Ian Baker
parent a7b20fd133
commit 09c49f3ca8

View File

@ -1908,8 +1908,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 {