Przeglądaj źródła

Fix missing fab expended icon

Guy Carmeli 8 lat temu
rodzic
commit
2ad0aecb82

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

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