mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 03:28:03 +00: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