mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
remove check update from periodical call
This commit is contained in:
parent
c470f2734d
commit
f21f793343
2 changed files with 5 additions and 6 deletions
|
@ -57,7 +57,7 @@ class _ConnectionPageState extends State<ConnectionPage> {
|
|||
}();
|
||||
}
|
||||
if (isAndroid) {
|
||||
Timer(const Duration(seconds: 5), () async {
|
||||
Timer(const Duration(seconds: 1), () async {
|
||||
_updateUrl = await bind.mainGetSoftwareUpdateUrl();
|
||||
if (_updateUrl.isNotEmpty) setState(() {});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue