Update NetworkStatusView on message error instead of plain render

This commit is contained in:
Scott Nonnenberg
2019-05-17 10:24:27 -07:00
committed by Ken Powers
parent ff56daf9da
commit 2f47a3570b

View File

@@ -85,7 +85,7 @@
this.listenTo(inboxCollection, 'messageError', () => {
if (this.networkStatusView) {
this.networkStatusView.render();
this.networkStatusView.update();
}
});