Explorar el Código

Fix missing fab expended icon

Guy Carmeli hace 9 años
padre
commit
2ad0aecb82
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/deprecated/platformSpecificDeprecated.android.js

+ 1
- 1
src/deprecated/platformSpecificDeprecated.android.js Ver fichero

383
     if (fab.expendedIcon) {
383
     if (fab.expendedIcon) {
384
       const expendedIconUri = resolveAssetSource(fab.expendedIcon);
384
       const expendedIconUri = resolveAssetSource(fab.expendedIcon);
385
       if (expendedIconUri) {
385
       if (expendedIconUri) {
386
-        fab.expendedIcon = expendedIconUri.ui;
386
+        fab.expendedIcon = expendedIconUri.uri;
387
       }
387
       }
388
     }
388
     }
389
 
389