mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 16:31:00 +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)
|
.tag(tab)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.id(availableTabs.count)
|
|
||||||
#if !os(visionOS)
|
#if !os(visionOS)
|
||||||
.introspect(.tabView, on: .iOS(.v17, .v18)) { (tabview: UITabBarController) in
|
.introspect(.tabView, on: .iOS(.v17, .v18)) { (tabview: UITabBarController) in
|
||||||
tabview.tabBar.isHidden = horizontalSizeClass == .regular
|
tabview.tabBar.isHidden = horizontalSizeClass == .regular
|
||||||
|
|
Loading…
Reference in a new issue