diff --git a/lib/src/reaction_picker.dart b/lib/src/reaction_picker.dart index 71ddcbb5..8d337498 100644 --- a/lib/src/reaction_picker.dart +++ b/lib/src/reaction_picker.dart @@ -127,7 +127,7 @@ class _ReactionPickerState extends State void pop() async { for (var a in animations) { a.stop(); - a.dispose(); + //a.dispose(); } Navigator.of(context).pop(); }