temporary solution for Android AccessibilityService can't not control RustDesk itself

This commit is contained in:
csf
2022-04-13 23:05:17 +08:00
parent ba2b30f488
commit c5a601a5a3
5 changed files with 29 additions and 1 deletions

View File

@@ -20,6 +20,9 @@ class SettingsPage extends StatefulWidget implements PageShape {
@override
final appBarActions = [];
@override
final scrollController = null;
@override
_SettingsState createState() => _SettingsState();
}