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,
|
event,
|
||||||
width: 400,
|
width: 400,
|
||||||
height: 400 / ratio,
|
height: 400 / ratio,
|
||||||
fit: event.messageType == MessageTypes.Sticker && ratio < 1.0
|
fit: event.messageType == MessageTypes.Sticker && ratio <= 1.0
|
||||||
? BoxFit.contain
|
? BoxFit.contain
|
||||||
: BoxFit.cover,
|
: BoxFit.cover,
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue