fix: Image search rendering problem

This commit is contained in:
krille-chan 2025-02-05 17:35:24 +01:00
commit 59648bf2d7
No known key found for this signature in database
4 changed files with 33 additions and 9 deletions

View file

@ -14,7 +14,6 @@ class ImageBubble extends StatelessWidget {
final Event event;
final bool tapToView;
final BoxFit fit;
final bool maxSize;
final Color? backgroundColor;
final Color? textColor;
final Color? linkColor;
@ -29,7 +28,6 @@ class ImageBubble extends StatelessWidget {
const ImageBubble(
this.event, {
this.tapToView = true,
this.maxSize = true,
this.backgroundColor,
this.fit = BoxFit.contain,
this.thumbnailOnly = true,