Skip to content

Commit

Permalink
Fixing function call (#2104)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMorM authored Nov 4, 2024
1 parent dbc5609 commit 71df35b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ open class NavigationBar: UINavigationBar, TokenizedControl, TwoLineTitleViewDel

if let navigationItem = topItem {
let (_, actualItem) = actualStyleAndItem(for: navigationItem)
update(with: actualItem)
updateColors(for: actualItem)
} else {
updateColors(for: topItem)
}
Expand Down

0 comments on commit 71df35b

Please sign in to comment.