Refactor chatTile - WIP
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user