mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-06-07 18:02:48 +08:00
remove WidgetsBindingObserver ios
Signed-off-by: Sahil Yeole <sahilyeole93@gmail.com>
This commit is contained in:
parent
6e2132c65e
commit
2ada9fbee3
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user