Browse Source

fix for deepFreeze (temp)

Daniel Zlotin 7 years ago
parent
commit
466b8d49bd
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/deprecated/platformSpecificDeprecated.android.js

+ 2
- 0
src/deprecated/platformSpecificDeprecated.android.js View File

@@ -202,6 +202,8 @@ function startTabBasedApp(params) {
202 202
 
203 203
   const newTabs = [];
204 204
 
205
+  params.tabs = _.cloneDeep(params.tabs);
206
+
205 207
   params.tabs.forEach(function(tab, idx) {
206 208
     addNavigatorParams(tab, null, idx);
207 209
     addNavigatorButtons(tab, params.drawer);