remove force manager check
This commit is contained in:
parent
b4d7392675
commit
ea9171c124
@ -349,7 +349,6 @@ import UIKit
|
||||
}
|
||||
|
||||
open func pageShown() {
|
||||
guard self as? MVMCoreViewManagerProtocol == nil else { return }
|
||||
// Update split view properties if this is the current detail controller.
|
||||
if self == MVMCoreUISplitViewController.main()?.getCurrentDetailViewController() {
|
||||
MVMCoreUISplitViewController.main()?.setBottomProgressBarProgress(bottomProgress() ?? 0)
|
||||
|
||||
@ -111,7 +111,6 @@ open class SubNavManagerController: ViewController, MVMCoreViewManagerProtocol,
|
||||
}
|
||||
|
||||
open override func pageShown() {
|
||||
super.pageShown()
|
||||
hideNavigationBarLine(true)
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user