Fixed sorting on files, removed some logging

This commit is contained in:
2023-07-16 22:15:24 +02:00
parent 575343ff82
commit a5b2242dc3
17 changed files with 210 additions and 180 deletions

View File

@ -1,4 +1,3 @@
import 'dart:developer';
import 'package:async/async.dart';
import 'package:flutter/material.dart';
@ -80,7 +79,6 @@ class JoinChat extends SearchDelegate<String> {
}
);
} else if(snapshot.hasError) {
log(snapshot.error.toString());
return PlaceholderView(icon: Icons.search_off, text: snapshot.error.toString());
}