Skip to content

Commit

Permalink
Remove supportedInterfaceOrientations as LocationHistoryListView shou…
Browse files Browse the repository at this point in the history
…ld not have any restrictions.
  • Loading branch information
banaslee committed Feb 28, 2025
1 parent 3ea6e7f commit c9928e7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Sources/App/ClientEvents/LocationHistoryListView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,4 @@ struct LocationHistoryListView: View {
}
}

final class LocationHistoryListViewHostingController: UIHostingController<LocationHistoryListView> {
override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
[.portrait]
}
}
final class LocationHistoryListViewHostingController: UIHostingController<LocationHistoryListView> {}

0 comments on commit c9928e7

Please sign in to comment.