Skip to content

Commit e589c24

Browse files
committed
Fix displaying LTR after switch from RTL
1 parent 000eb38 commit e589c24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CountriesSwiftUI/UI/Screens/CountriesList.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ struct CountriesList: View {
4444
.onReceive(routingUpdate) { self.routingState = $0 }
4545
.onReceive(canRequestPushPermissionUpdate) { self.canRequestPushPermission = $0 }
4646
.onReceive(inspection.notice) { self.inspection.visit(self, $0) }
47+
.flipsForRightToLeftLayoutDirection(true)
4748
}
4849

4950
@ViewBuilder private var content: some View {

0 commit comments

Comments
 (0)