Skip to content

Commit 47bd4b7

Browse files
author
Alexander Kraev
committed
no message
1 parent 0c5279d commit 47bd4b7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Example/iOS/ExampleView.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ struct ExampleView: View {
125125
}
126126
}
127127
}
128-
// .environment(\.layoutDirection, .rightToLeft) check for TRL languages
128+
//.environment(\.layoutDirection, .rightToLeft) //check for TRL languages
129129
.alert(isPresented: $fullSwiped) {
130130
Alert(title: Text(selectedAction),
131131
dismissButton: .default(Text("Archived!")) {
@@ -451,11 +451,11 @@ struct ExampleView: View {
451451
.frame(width: UIScreen.main.bounds.size.width - 32, height: 80)
452452
.contentShape(Rectangle())
453453
.background(Color(UIColor.systemBackground))
454-
.onTapGesture {
455-
}
456-
.addSwipeAction(menu: .swiped,
457-
state: $state) {
458-
454+
.onTapGesture {}
455+
.addSwipeAction(
456+
menu: .swiped,
457+
state: $state
458+
) {
459459
Leading {
460460
Button {
461461
} label: {

0 commit comments

Comments
 (0)