mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Don't fallback to file view for images
Also lengthen the timeout a bit. // FREEBIE
This commit is contained in:
@@ -152,7 +152,9 @@
|
||||
this.view.$el.appendTo(this.$el);
|
||||
this.listenTo(this.view, 'update', this.update);
|
||||
this.view.render();
|
||||
this.timeout = setTimeout(this.onTimeout.bind(this), 3000);
|
||||
if (View !== ImageView) {
|
||||
this.timeout = setTimeout(this.onTimeout.bind(this), 5000);
|
||||
}
|
||||
return this;
|
||||
},
|
||||
onTimeout: function() {
|
||||
|
||||
Reference in New Issue
Block a user