feat:protect when build set navbar's view

This commit is contained in:
pengfei.zhou
2020-04-30 17:58:35 +08:00
committed by osborn
parent e0ef6d7c59
commit b169f581d3
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ - (void)render:(NSDictionary *)argument withPromise:(DoricPromise *)promise {
NSString *viewId = argument[@"id"];
if (self.doricContext.rootNode.viewId == nil) {
if (self.doricContext.rootNode.viewId == nil && [@"Root" isEqualToString:argument[@"type"]]) {
self.doricContext.rootNode.viewId = viewId;
[self.doricContext.rootNode blend:argument[@"props"]];
[self.doricContext.rootNode requestLayout];