Refactor chatTile - WIP

This commit is contained in:
2023-06-05 19:55:22 +02:00
parent 30c9918287
commit 2b64426c1a
5 changed files with 48 additions and 195 deletions

View File

@ -46,7 +46,6 @@ class JoinChat extends SearchDelegate<String> {
Widget buildResults(BuildContext context) {
if(future != null) future!.cancel();
log("search started");
if(query.isEmpty) {
return const ErrorView(
text: "Suche nach benutzern",