Skip to content

Commit

Permalink
CarPlay: check TabBar maximumTabCount
Browse files Browse the repository at this point in the history
  • Loading branch information
BLeeEZ committed Jan 2, 2025
1 parent 24a0cc1 commit 20fecc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Amperfy/CarPlaySceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class CarPlaySceneDelegate: UIResponder, CPTemplateApplicationSceneDelegate {
cachedTab,
playlistTab,
podcastTab
])
].prefix(upToAsArray: CPTabBarTemplate.maximumTabCount))
return bar
}()
lazy var playlistTab = {
Expand Down

0 comments on commit 20fecc5

Please sign in to comment.