diff --git a/lib/components/image_bubble.dart b/lib/components/image_bubble.dart index dacb6f4..b1a2eda 100644 --- a/lib/components/image_bubble.dart +++ b/lib/components/image_bubble.dart @@ -25,7 +25,8 @@ class _ImageBubbleState extends State { Future _getFile() async { if (_file != null) return _file; - return widget.event.downloadAndDecryptAttachment(getThumbnail: true); + return widget.event + .downloadAndDecryptAttachment(getThumbnail: widget.event.hasThumbnail); } @override