We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000eb38 commit e589c24Copy full SHA for e589c24
CountriesSwiftUI/UI/Screens/CountriesList.swift
@@ -44,6 +44,7 @@ struct CountriesList: View {
44
.onReceive(routingUpdate) { self.routingState = $0 }
45
.onReceive(canRequestPushPermissionUpdate) { self.canRequestPushPermission = $0 }
46
.onReceive(inspection.notice) { self.inspection.visit(self, $0) }
47
+ .flipsForRightToLeftLayoutDirection(true)
48
}
49
50
@ViewBuilder private var content: some View {
0 commit comments