Skip to content

Commit 551697e

Browse files
committed
Refix Introspect
1 parent ab99ef9 commit 551697e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

IceCubesApp/App/Main/AppView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ struct AppView: View {
122122
.tag(tab)
123123
}
124124
}
125-
.introspect(.tabView, on: .iOS(.v18)) { (tabview: UITabBarController) in
125+
.introspect(.tabView, on: .iOS(.v17, .v18)) { (tabview: UITabBarController) in
126126
tabview.tabBar.isHidden = horizontalSizeClass == .regular
127127
tabview.customizableViewControllers = []
128128
tabview.moreNavigationController.isNavigationBarHidden = true

Packages/Timeline/Sources/Timeline/View/TimelineView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public struct TimelineView: View {
6868
.scrollContentBackground(.hidden)
6969
.background(theme.primaryBackgroundColor)
7070
#endif
71-
.introspect(.list, on: .iOS(.v18)) { (collectionView: UICollectionView) in
71+
.introspect(.list, on: .iOS(.v17, .v18)) { (collectionView: UICollectionView) in
7272
DispatchQueue.main.async {
7373
self.collectionView = collectionView
7474
}

0 commit comments

Comments
 (0)