From a167bcdf28b44b5d988138dd5ab62adcc7f4b8e5 Mon Sep 17 00:00:00 2001 From: Thomas Ricouard Date: Tue, 17 Sep 2024 20:49:51 +0200 Subject: [PATCH] Fix iPad app refresh on background --- IceCubesApp/App/Main/AppView.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/IceCubesApp/App/Main/AppView.swift b/IceCubesApp/App/Main/AppView.swift index f798de8e..c220c2f7 100644 --- a/IceCubesApp/App/Main/AppView.swift +++ b/IceCubesApp/App/Main/AppView.swift @@ -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