fix funny defect
This commit is contained in:
parent
cde8218e43
commit
fc8f189b77
@ -175,7 +175,8 @@ import UIKit
|
||||
open func handleNewData() {
|
||||
// TODO: remove legacy. Temporary, convert legacy to navigation model.
|
||||
if pageModel?.navigationItem == nil {
|
||||
pageModel?.navigationItem = createDefaultLegacyNavigationModel()
|
||||
let navigationItem = createDefaultLegacyNavigationModel()
|
||||
pageModel?.navigationItem = navigationItem
|
||||
}
|
||||
|
||||
if formValidator == nil {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user