remove force manager check

This commit is contained in:
Scott Pfeil 2022-03-14 13:53:51 -04:00
parent b4d7392675
commit ea9171c124
2 changed files with 0 additions and 2 deletions

View File

@ -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)

View File

@ -111,7 +111,6 @@ open class SubNavManagerController: ViewController, MVMCoreViewManagerProtocol,
}
open override func pageShown() {
super.pageShown()
hideNavigationBarLine(true)
}