Digital PCT265 story PCT-135: Remove subnav from listening to page updates.
This commit is contained in:
parent
3ed40e52be
commit
8135a126ed
@ -348,6 +348,10 @@ open class SubNavManagerController: ViewController, MVMCoreViewManagerProtocol,
|
||||
[tabs]
|
||||
}
|
||||
|
||||
open override func observeForResponseJSONUpdates() {
|
||||
// Don't observe for updates. Children will update through newDataReceived.
|
||||
}
|
||||
|
||||
open func newDataReceived(in viewController: UIViewController) {
|
||||
manager?.newDataReceived?(in: viewController)
|
||||
hideNavigationBarLine(true)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user