diff --git a/flutter/lib/common/widgets/overlay.dart b/flutter/lib/common/widgets/overlay.dart index bae1f7fc0..b19034c68 100644 --- a/flutter/lib/common/widgets/overlay.dart +++ b/flutter/lib/common/widgets/overlay.dart @@ -373,7 +373,7 @@ class IOSDraggable extends StatefulWidget { _IOSDraggableState createState() => _IOSDraggableState(); } -class _IOSDraggableState extends State with WidgetsBindingObserver { +class _IOSDraggableState extends State { late Offset _position; late ChatModel? _chatModel; late double _width;