Skip to content

Commit

Permalink
fixed a single issue with the shaking effect
Browse files Browse the repository at this point in the history
  • Loading branch information
netharuM committed May 6, 2022
1 parent 97ec551 commit 7b5246b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/widgets/bell_card.dart
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ class _ShakeWidgetState extends State<ShakeWidget>
_controller.repeat(reverse: true);
});
} else {
_controller.stop();
_controller.reset();
}
return SlideTransition(
position: _offsetAnimation,
Expand Down

0 comments on commit 7b5246b

Please sign in to comment.