Add a clarifying comment to shouldContinueLoading handling.

PiperOrigin-RevId: 289424321
This commit is contained in:
tonihei 2020-01-13 13:46:49 +00:00 committed by Oliver Woodman
parent d7643acd52
commit 3c5c43c979

View file

@ -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 {