Digital PCT265 story MVAPCT-48 - Remove animating of navigation bar shown
This commit is contained in:
parent
efbeadf809
commit
36eaaf97df
@ -102,7 +102,7 @@ public extension UINavigationController {
|
||||
navigationBar.standardAppearance = appearance
|
||||
navigationBar.scrollEdgeAppearance = appearance
|
||||
|
||||
setNavigationBarHidden(model.hidden, animated: true)
|
||||
setNavigationBarHidden(model.hidden, animated: false)
|
||||
}
|
||||
|
||||
@objc @MainActor
|
||||
|
||||
Loading…
Reference in New Issue
Block a user