fix: don't show duplicate close button in lemma emoji snackbar
This commit is contained in:
parent
66d412c612
commit
94b7bf9121
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ mixin LemmaEmojiSetter {
|
|||
|
||||
messenger.showSnackBar(
|
||||
SnackBar(
|
||||
showCloseIcon: false,
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
content: Row(
|
||||
spacing: 8.0,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue