Fixing function call (#2104)
This commit is contained in:
Родитель
dbc5609759
Коммит
71df35b0da
|
@ -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)
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче