Merge branch 'soru/fix-cropped-sticker' into 'main'
fix: cropped sticker See merge request famedly/fluffychat!454
This commit is contained in:
commit
ee8cf991f5
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ class MessageContent extends StatelessWidget {
|
|||
event,
|
||||
width: 400,
|
||||
height: 400 / ratio,
|
||||
fit: event.messageType == MessageTypes.Sticker && ratio < 1.0
|
||||
fit: event.messageType == MessageTypes.Sticker && ratio <= 1.0
|
||||
? BoxFit.contain
|
||||
: BoxFit.cover,
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue