Skip to content

Commit

Permalink
NMC 2341 - update menu selection function
Browse files Browse the repository at this point in the history
  • Loading branch information
TSI-amrutwaghmare committed Mar 21, 2024
1 parent 2d8cf7a commit 78d90c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOSClient/Menu/NCTrash+Menu.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ extension NCTrash {
var selectActions: [NCMenuAction] {
var actions = [NCMenuAction]()
actions.append(.cancelAction {
self.tapSelect()
self.toggleSelect()
})
if selectOcId.count != selectableDataSource.count {
actions.append(.selectAllAction(action: collectionViewSelectAll))
Expand Down

0 comments on commit 78d90c5

Please sign in to comment.