mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Setup loading gif on conversation list
TODO: get actual gif asset in there.
This commit is contained in:
@@ -32,7 +32,10 @@
|
||||
collection : this.conversations
|
||||
});
|
||||
|
||||
this.conversations.fetchActive({reset: true});
|
||||
this.$el.addClass('loading');
|
||||
this.conversations.fetchActive({reset: true}).then(function() {
|
||||
this.$el.removeClass('loading');
|
||||
}.bind(this));
|
||||
|
||||
extension.on('message', function(message) {
|
||||
this.conversations.fetch({id: message.conversationId}).then(function() {
|
||||
|
||||
Reference in New Issue
Block a user