diff --git a/IceCubesApp/App/Main/AppView.swift b/IceCubesApp/App/Main/AppView.swift index 97bdf32b..fa4e08c3 100644 --- a/IceCubesApp/App/Main/AppView.swift +++ b/IceCubesApp/App/Main/AppView.swift @@ -73,6 +73,9 @@ struct AppView: View { .toolbarBackground(theme.primaryBackgroundColor.opacity(0.30), for: .tabBar) } } + .introspect(.tabView, on: .iOS(.v17, .v18)) { (_: UITabBarController) in + UITabBar.setAnimationsEnabled(false) + } .id(appAccountsManager.currentClient.id) .withSheetDestinations(sheetDestinations: $appRouterPath.presentedSheet) }