Commit 3c5c43c9 by tonihei Committed by Oliver Woodman

Add a clarifying comment to shouldContinueLoading handling.

PiperOrigin-RevId: 289424321
parent d7643acd
...@@ -1769,6 +1769,8 @@ import java.util.concurrent.atomic.AtomicBoolean; ...@@ -1769,6 +1769,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've loaded the current playlist to the end).
shouldContinueLoading = isLoadingPossible(); shouldContinueLoading = isLoadingPossible();
updateIsLoading(); updateIsLoading();
} else { } 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