fix: dont use thumbnails for emoticons

This commit is contained in:
Marek Vospěl 2024-11-17 18:44:44 +01:00 committed by =
commit 98b4bec41b
No known key found for this signature in database
GPG key ID: 654D7FAA1531BC24
5 changed files with 12 additions and 4 deletions

View file

@ -276,6 +276,7 @@ class InputBar extends StatelessWidget {
: null,
width: size,
height: size,
isThumbnail: false,
),
const SizedBox(width: 6),
Text(suggestion['name']!),