mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-09 00:51:29 +03:00
del use global ctx,fix server alert
This commit is contained in:
@@ -24,7 +24,6 @@ class _HomePageState extends State<HomePage> {
|
||||
@override
|
||||
void initState() {
|
||||
super.initState();
|
||||
currentCtx = context;
|
||||
if (isAndroid) {
|
||||
Timer(Duration(seconds: 5), () {
|
||||
_updateUrl = FFI.getByName('software_update_url');
|
||||
|
||||
Reference in New Issue
Block a user