fix: Stop animation before pop
This commit is contained in:
@@ -127,7 +127,7 @@ class _ReactionPickerState extends State<ReactionPicker>
|
|||||||
void pop() async {
|
void pop() async {
|
||||||
for (var a in animations) {
|
for (var a in animations) {
|
||||||
a.stop();
|
a.stop();
|
||||||
a.dispose();
|
//a.dispose();
|
||||||
}
|
}
|
||||||
Navigator.of(context).pop();
|
Navigator.of(context).pop();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user