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]
|
[tabs]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
open override func observeForResponseJSONUpdates() {
|
||||||
|
// Don't observe for updates. Children will update through newDataReceived.
|
||||||
|
}
|
||||||
|
|
||||||
open func newDataReceived(in viewController: UIViewController) {
|
open func newDataReceived(in viewController: UIViewController) {
|
||||||
manager?.newDataReceived?(in: viewController)
|
manager?.newDataReceived?(in: viewController)
|
||||||
hideNavigationBarLine(true)
|
hideNavigationBarLine(true)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user