Improve handling of connection loss
This commit is contained in:
parent
568ff92582
commit
d0a437f8fb
5 changed files with 69 additions and 87 deletions
|
@ -393,7 +393,7 @@ export class FeedModel {
|
|||
}
|
||||
|
||||
private async _loadMore() {
|
||||
if (!this.hasMore) {
|
||||
if (!this.hasMore || this.hasError) {
|
||||
return
|
||||
}
|
||||
this._xLoading()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue