Commit ee5423d0 by aquilescanta Committed by Ian Baker

Simplify comment

#minor-release

PiperOrigin-RevId: 351144857
parent 9add3c76
......@@ -1762,8 +1762,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).
// We should still be loading, except when there is nothing to load or we have fully loaded
// the current period.
shouldContinueLoading = isLoadingPossible();
updateIsLoading();
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment