File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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: {
You can’t perform that action at this time.
0 commit comments