refactor: Sticker widget code
This commit is contained in:
parent
989c6146ce
commit
935e7215e4
3 changed files with 5 additions and 50 deletions
|
|
@ -90,7 +90,9 @@ class ImageBubble extends StatelessWidget {
|
|||
fit: fit,
|
||||
animated: animated,
|
||||
isThumbnail: thumbnailOnly,
|
||||
placeholder: _buildPlaceholder,
|
||||
placeholder: event.messageType == MessageTypes.Sticker
|
||||
? null
|
||||
: _buildPlaceholder,
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue