fix: debug running may assert fail issue

This commit is contained in:
CMK 2021-04-06 17:48:20 +08:00
parent 4828625309
commit 0822b222fc
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ import UIKit
// SeeAlso: `AdaptiveStatusBarStyleNavigationController`
extension UINavigationController {
open override var childForStatusBarStyle: UIViewController? {
assertionFailure("Won't enter here")
return visibleViewController
}
}