mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 06:21:30 +03:00
temporary solution for Android AccessibilityService can't not control RustDesk itself
This commit is contained in:
@@ -21,6 +21,9 @@ class ConnectionPage extends StatefulWidget implements PageShape {
|
||||
@override
|
||||
final appBarActions = isWeb ? <Widget>[WebMenu()] : <Widget>[];
|
||||
|
||||
@override
|
||||
final scrollController = ScrollController();
|
||||
|
||||
@override
|
||||
_ConnectionPageState createState() => _ConnectionPageState();
|
||||
}
|
||||
@@ -46,6 +49,7 @@ class _ConnectionPageState extends State<ConnectionPage> {
|
||||
Provider.of<FfiModel>(context);
|
||||
if (_idController.text.isEmpty) _idController.text = FFI.getId();
|
||||
return SingleChildScrollView(
|
||||
controller: widget.scrollController,
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
|
||||
Reference in New Issue
Block a user