mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-02 12:51:28 +03:00
update dialog,use flutter_smart_dialog
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
import 'package:flutter_easyloading/flutter_easyloading.dart';
|
||||
import 'package:settings_ui/settings_ui.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:url_launcher/url_launcher.dart';
|
||||
@@ -226,8 +225,7 @@ void logout() async {
|
||||
},
|
||||
body: json.encode(body));
|
||||
} catch (e) {
|
||||
EasyLoading.showToast('Failed to access $url',
|
||||
maskType: EasyLoadingMaskType.black);
|
||||
showToast('Failed to access $url');
|
||||
}
|
||||
resetToken();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user