selection: toggle on long press even in selection mode
This commit is contained in:
parent
34a888fa3f
commit
1d77ec9e5e
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class GridThumbnail extends StatelessWidget {
|
|||
}
|
||||
},
|
||||
onLongPress: () {
|
||||
if (AvesApp.mode == AppMode.main && collection.isBrowsing) {
|
||||
if (AvesApp.mode == AppMode.main) {
|
||||
collection.toggleSelection(entry);
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue