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