Skip to content

Commit 8a41fb9

Browse files
committed
Fixed UINavigationController
1 parent afd95a2 commit 8a41fb9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.DS_Store

6 KB
Binary file not shown.

Sources/UINavigationController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ public extension UINavigationController {
333333

334334
formerTopViewController?.removeFromParent()
335335

336-
self.isToolbarHidden = false
337336
self.setNavigationBarHidden(false, animated: false)
338337

339338
if( parent is UITabBarController ) {
@@ -344,6 +343,7 @@ public extension UINavigationController {
344343
tabBarControllerParent.navigationBar.popItem(animated: false)
345344
} else {
346345

346+
self.isToolbarHidden = false
347347
navigationBar.popItem(animated: false)
348348
}
349349

0 commit comments

Comments
 (0)