diff --git a/lib/frontend/widgets/message_actions_overlay.dart b/lib/frontend/widgets/message_actions_overlay.dart index 97071ac..363ff7d 100644 --- a/lib/frontend/widgets/message_actions_overlay.dart +++ b/lib/frontend/widgets/message_actions_overlay.dart @@ -234,7 +234,7 @@ class _MessageActionsLayer extends StatefulWidget { } class _MessageActionsLayerState extends State<_MessageActionsLayer> - with SingleTickerProviderStateMixin { + with TickerProviderStateMixin { late final AnimationController _animController; late final Animation _animation; late final AnimationController _expandController;