Ver código fonte

Fix tabs with out icons (#683)

Guy Carmeli 8 anos atrás
pai
commit
6e073f8bee

+ 3
- 1
src/deprecated/platformSpecificDeprecated.android.js Ver arquivo

@@ -43,7 +43,9 @@ function adaptTopTabs(screen, navigatorID) {
43 43
       tab.navigatorID = navigatorID;
44 44
     }
45 45
     tab.screen = tab.screenId;
46
-    addTabIcon(tab);
46
+    if (tab.icon) {
47
+      addTabIcon(tab);
48
+    }
47 49
     addNavigatorButtons(tab);
48 50
     adaptNavigationParams(tab);
49 51
     addNavigationStyleParams(tab);