mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-13 03:51:27 +03:00
fix: add null catch on address book request
This commit is contained in:
@@ -414,7 +414,7 @@ class _ConnectionPageState extends State<ConnectionPage> {
|
||||
);
|
||||
} else {
|
||||
if (model.abLoading) {
|
||||
return Center(
|
||||
return const Center(
|
||||
child: CircularProgressIndicator(),
|
||||
);
|
||||
} else if (model.abError.isNotEmpty) {
|
||||
|
||||
Reference in New Issue
Block a user