Add explaining comment
Signed-off-by: RMidhunSuresh <hi@midhun.dev>
This commit is contained in:
parent
a8a04d4036
commit
b2a8b243ec
1 changed files with 4 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue