mirror of
https://github.com/kiwix/kiwix-apple.git
synced 2025-09-09 04:06:57 -04:00
Fixlint
This commit is contained in:
parent
c61824d07e
commit
fcb2e2e4fa
@ -176,7 +176,7 @@ struct MultiZimFilesOpenedContext<Content: View>: View {
|
||||
var body: some View {
|
||||
Group {
|
||||
content
|
||||
.gesture(TapGesture().modifiers(.command).onEnded({ value in
|
||||
.gesture(TapGesture().modifiers(.command).onEnded({ _ in
|
||||
selection.toggleMultiSelect(of: zimFile)
|
||||
}))
|
||||
.gesture(TapGesture().onEnded({ _ in
|
||||
|
Loading…
x
Reference in New Issue
Block a user