mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 11:06:57 +00:00
remove WidgetsBindingObserver ios
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
@@ -373,7 +373,7 @@ class IOSDraggable extends StatefulWidget {
|
|||||||
_IOSDraggableState createState() => _IOSDraggableState();
|
_IOSDraggableState createState() => _IOSDraggableState();
|
||||||
}
|
}
|
||||||
|
|
||||||
class _IOSDraggableState extends State<IOSDraggable> with WidgetsBindingObserver {
|
class _IOSDraggableState extends State<IOSDraggable> {
|
||||||
late Offset _position;
|
late Offset _position;
|
||||||
late ChatModel? _chatModel;
|
late ChatModel? _chatModel;
|
||||||
late double _width;
|
late double _width;
|
||||||
|
|||||||
Reference in New Issue
Block a user