Przeglądaj źródła

fix for deepFreeze (temp)

Daniel Zlotin 7 lat temu
rodzic
commit
466b8d49bd

+ 2
- 0
src/deprecated/platformSpecificDeprecated.android.js Wyświetl plik

@@ -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);