From 2ada9fbee393d7c345344dfb346f81a0c1cafd6c Mon Sep 17 00:00:00 2001 From: Sahil Yeole Date: Tue, 5 Sep 2023 18:21:17 +0530 Subject: [PATCH] remove WidgetsBindingObserver ios Signed-off-by: Sahil Yeole --- flutter/lib/common/widgets/overlay.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;