mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 16:23:21 +03:00
new fetchID and periodic_immediate
This commit is contained in:
@@ -61,7 +61,7 @@ class _ConnectionPageState extends State<ConnectionPage>
|
||||
}
|
||||
}();
|
||||
}
|
||||
_updateTimer = Timer.periodic(Duration(seconds: 1), (timer) {
|
||||
_updateTimer = periodic_immediate(Duration(seconds: 1), () async {
|
||||
updateStatus();
|
||||
});
|
||||
_idFocusNode.addListener(() {
|
||||
|
||||
Reference in New Issue
Block a user