refactor: Sticker widget code

This commit is contained in:
Krille 2024-03-21 11:59:27 +01:00
commit 935e7215e4
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
3 changed files with 5 additions and 50 deletions

View file

@ -90,7 +90,9 @@ class ImageBubble extends StatelessWidget {
fit: fit,
animated: animated,
isThumbnail: thumbnailOnly,
placeholder: _buildPlaceholder,
placeholder: event.messageType == MessageTypes.Sticker
? null
: _buildPlaceholder,
),
),
),