Selaa lähdekoodia

Fix missing fab expended icon

Guy Carmeli 8 vuotta sitten
vanhempi
commit
2ad0aecb82
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/deprecated/platformSpecificDeprecated.android.js

+ 1
- 1
src/deprecated/platformSpecificDeprecated.android.js Näytä tiedosto

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