Update NetworkStatusView on message error instead of plain render
This commit is contained in:
parent
ff56daf9da
commit
2f47a3570b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@
|
|||
|
||||
this.listenTo(inboxCollection, 'messageError', () => {
|
||||
if (this.networkStatusView) {
|
||||
this.networkStatusView.render();
|
||||
this.networkStatusView.update();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue