fix: don't show duplicate close button in lemma emoji snackbar

This commit is contained in:
ggurdin 2026-02-12 09:14:57 -05:00
parent 66d412c612
commit 94b7bf9121
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -46,6 +46,7 @@ mixin LemmaEmojiSetter {
messenger.showSnackBar(
SnackBar(
showCloseIcon: false,
padding: const EdgeInsets.all(8.0),
content: Row(
spacing: 8.0,