File tree Expand file tree Collapse file tree
Packages/Timeline/Sources/Timeline/View Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 }
You can’t perform that action at this time.
0 commit comments