Search: Show all the notes by default

This commit is contained in:
Vishesh Handa
2019-09-25 17:02:50 +02:00
parent 5c47eeac59
commit 784ce78a2d

View File

@ -117,9 +117,6 @@ class NoteSearch extends SearchDelegate<Note> {
@override
Widget buildSuggestions(BuildContext context) {
if (query.isEmpty) {
return Container();
}
return buildJournalList(context, query);
}