mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-02-15 07:28:59 +00:00
Improve readability
This commit is contained in:
@@ -134,7 +134,8 @@
|
||||
case 'audio': this.addThumb('images/audio.svg'); break;
|
||||
case 'video': this.addThumb('images/video.svg'); break;
|
||||
case 'image':
|
||||
window.autoOrientImage(file).then(this.addThumb.bind(this));
|
||||
window.autoOrientImage(file)
|
||||
.then(this.addThumb.bind(this));
|
||||
break;
|
||||
default:
|
||||
this.addThumb('images/file.svg'); break;
|
||||
|
||||
Reference in New Issue
Block a user