mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 01:45:55 +08:00
Search: Show all the notes by default
This commit is contained in:
@ -117,9 +117,6 @@ class NoteSearch extends SearchDelegate<Note> {
|
||||
|
||||
@override
|
||||
Widget buildSuggestions(BuildContext context) {
|
||||
if (query.isEmpty) {
|
||||
return Container();
|
||||
}
|
||||
return buildJournalList(context, query);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user