Fix: Show hourglass on incoming disappearing messages once read
FREEBIE
This commit is contained in:
parent
9a09e7a16b
commit
bb483474a3
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue