FolderView: Implement selecting a note

This is disabled for now, untill I expose the actions which should be
performed when selecting a note.
This commit is contained in:
Vishesh Handa
2020-09-05 15:53:26 +02:00
parent 8201e59014
commit fa075c25e0
10 changed files with 51 additions and 13 deletions

View File

@ -85,6 +85,7 @@ class NoteSearchDelegate extends SearchDelegate<Note> {
showSummary: true,
noteTapped: (Note note) => openNoteEditor(context, note, folder),
noteLongPressed: (Note note) {},
isNoteSelected: (n) => false,
);
}
}