Browse Source

fix for deepFreeze (temp)

Daniel Zlotin 8 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
 
202
 
203
   const newTabs = [];
203
   const newTabs = [];
204
 
204
 
205
+  params.tabs = _.cloneDeep(params.tabs);
206
+
205
   params.tabs.forEach(function(tab, idx) {
207
   params.tabs.forEach(function(tab, idx) {
206
     addNavigatorParams(tab, null, idx);
208
     addNavigatorParams(tab, null, idx);
207
     addNavigatorButtons(tab, params.drawer);
209
     addNavigatorButtons(tab, params.drawer);