mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-10 19:20:59 +00:00
Fix iPad app refresh on background
This commit is contained in:
parent
d2eca1d646
commit
a167bcdf28
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue