mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-18 02:31:27 +03:00
add custom gestures
This commit is contained in:
@@ -24,7 +24,7 @@ class _HomePageState extends State<HomePage> {
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
nowCtx = context;
|
||||
currentCtx = context;
|
||||
if (isAndroid) {
|
||||
Timer(Duration(seconds: 5), () {
|
||||
_updateUrl = FFI.getByName('software_update_url');
|
||||
|
||||
Reference in New Issue
Block a user