Add explaining comment

Signed-off-by: RMidhunSuresh <hi@midhun.dev>
This commit is contained in:
RMidhunSuresh 2021-10-28 12:05:16 +05:30
parent a8a04d4036
commit b2a8b243ec

View file

@ -78,6 +78,10 @@ export class TimelineViewModel extends ViewModel {
this.tiles.unsubscribe(subscription);
}
if (!gapResult) {
/*
If gapResult resolves to false, then the gap is already being filled
and is thus being tracked for updates by a previous invocation of this method
*/
return;
}
if (!hasSeenUpdate) {