Skip to content

Commit

Permalink
update so deactivate pod slider works for right to left languages
Browse files Browse the repository at this point in the history
  • Loading branch information
marionbarker committed Dec 23, 2023
1 parent a8197d0 commit 77b71d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OmniBLE/PumpManagerUI/Views/DeactivatePodView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ struct DeactivatePodView: View {
self.viewModel.continueButtonTapped()
}) {
actionText
}
}.environment(\.layoutDirection, .leftToRight)
} else {
Button(action: {
self.viewModel.continueButtonTapped()
Expand Down

0 comments on commit 77b71d1

Please sign in to comment.