Fix: Show hourglass on incoming disappearing messages once read

FREEBIE
pull/749/head
Scott Nonnenberg 8 years ago
parent 9a09e7a16b
commit bb483474a3

@ -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() {

Loading…
Cancel
Save