diff --git a/lib/pages/views/settings_emotes_view.dart b/lib/pages/views/settings_emotes_view.dart index 093ed5f2..6db174fd 100644 --- a/lib/pages/views/settings_emotes_view.dart +++ b/lib/pages/views/settings_emotes_view.dart @@ -220,7 +220,7 @@ class _EmoteImagePickerState extends State<_EmoteImagePicker> { Widget build(BuildContext context) { if (widget.controller.text == null || widget.controller.text.isEmpty) { return ElevatedButton( - onPressed: () async {}, + onPressed: () => widget.onPressed(widget.controller), child: Text(L10n.of(context).pickImage), ); } else {