Added home-screen app-icon Notification badge

This commit is contained in:
2023-09-16 16:15:16 +02:00
parent c4dae8df8c
commit 248483be4e
9 changed files with 67 additions and 13 deletions

View File

@ -80,7 +80,7 @@ class JoinChat extends SearchDelegate<String> {
}
);
} else if(snapshot.hasError) {
return PlaceholderView(icon: Icons.search_off, text: snapshot.error.toString());
return const PlaceholderView(icon: Icons.search_off, text: "Ein fehler ist aufgetreten. Bist du mit dem Internet verbunden?");
}
return const Center(child: CircularProgressIndicator());