mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 01:31:30 +03:00
temporary solution for Android AccessibilityService can't not control RustDesk itself
This commit is contained in:
@@ -40,6 +40,9 @@ class ChatPage extends StatelessWidget implements PageShape {
|
||||
})
|
||||
];
|
||||
|
||||
@override
|
||||
final scrollController = FFI.chatModel.scroller;
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return ChangeNotifierProvider.value(
|
||||
|
||||
Reference in New Issue
Block a user