mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix: Show hourglass on incoming disappearing messages once read
FREEBIE
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user