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