Skip to content

Commit 190bc21

Browse files
author
Alexander Kraev
committed
no message
1 parent 4078958 commit 190bc21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Example/iOS/ExampleView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,6 @@ struct ExampleView: View {
323323
.contentShape(Rectangle())
324324
.background(Color(UIColor.systemBackground))
325325
.onTapGesture {
326-
print("on cell tap!")
327326
}
328327
.addSwipeAction(menu: .swiped,
329328
state: $state) {
@@ -365,6 +364,8 @@ struct ExampleView: View {
365364
.padding(.horizontal, 16)
366365
.frame(width: UIScreen.main.bounds.size.width - 32, height: 80)
367366
.background(Color(UIColor.systemBackground))
367+
.onTapGesture {
368+
}
368369
.addSwipeAction(edge: .trailing,
369370
state: $state) {
370371
Button {

0 commit comments

Comments
 (0)