fix: dont use thumbnails for emoticons
This commit is contained in:
parent
325431c8f6
commit
98b4bec41b
5 changed files with 12 additions and 4 deletions
|
|
@ -247,6 +247,7 @@ class _EmoteImage extends StatelessWidget {
|
|||
fit: BoxFit.contain,
|
||||
width: size,
|
||||
height: size,
|
||||
isThumbnail: false,
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue