mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
better naming
This commit is contained in:
parent
036b305c96
commit
9e8d1ed290
@ -48,8 +48,8 @@ export class TimelineList extends ListView {
|
|||||||
while (predicate()) {
|
while (predicate()) {
|
||||||
// fill, not enough content to fill timeline
|
// fill, not enough content to fill timeline
|
||||||
this._topLoadingPromise = this._viewModel.loadAtTop();
|
this._topLoadingPromise = this._viewModel.loadAtTop();
|
||||||
const startReached = await this._topLoadingPromise;
|
const shouldStop = await this._topLoadingPromise;
|
||||||
if (startReached) {
|
if (shouldStop) {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user