Fix: Show hourglass on incoming disappearing messages once read

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-06-06 15:18:23 -07:00
parent 9a09e7a16b
commit bb483474a3

View file

@ -210,8 +210,9 @@
},
renderExpiring: function() {
if (!this.timerView) {
this.timerView = new TimerView({ model: this.model, el: this.$('.timer') });
this.timerView = new TimerView({ model: this.model });
}
this.timerView.setElement(this.$('.timer'));
this.timerView.update();
},
render: function() {