Skip to content

Commit

Permalink
Fix iPad app refresh on background
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimillian committed Sep 17, 2024
1 parent d2eca1d commit a167bcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IceCubesApp/App/Main/AppView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ struct AppView: View {
.tag(tab)
}
}
.id(availableTabs.count)
#if !os(visionOS)
.introspect(.tabView, on: .iOS(.v17, .v18)) { (tabview: UITabBarController) in
tabview.tabBar.isHidden = horizontalSizeClass == .regular
Expand Down

0 comments on commit a167bcd

Please sign in to comment.