fix: debug running may assert fail issue
This commit is contained in:
parent
4828625309
commit
0822b222fc
|
@ -11,7 +11,6 @@ import UIKit
|
||||||
// SeeAlso: `AdaptiveStatusBarStyleNavigationController`
|
// SeeAlso: `AdaptiveStatusBarStyleNavigationController`
|
||||||
extension UINavigationController {
|
extension UINavigationController {
|
||||||
open override var childForStatusBarStyle: UIViewController? {
|
open override var childForStatusBarStyle: UIViewController? {
|
||||||
assertionFailure("Won't enter here")
|
|
||||||
return visibleViewController
|
return visibleViewController
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue