forked from Nexus/nexus
remove un-needed async
This commit is contained in:
parent
82dab26fd4
commit
50e1a8e4c7
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class EmojiPickerButton extends HookConsumerWidget {
|
|||
height: 600,
|
||||
),
|
||||
textController: controller
|
||||
..addListener(() async {
|
||||
..addListener(() {
|
||||
Navigator.of(context).pop();
|
||||
onSelection?.call(controller.text);
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue