d4vidi 9 jaren geleden
bovenliggende
commit
e3f1b9c380
1 gewijzigde bestanden met toevoegingen van 3 en 0 verwijderingen
  1. 3
    0
      src/deprecated/platformSpecificDeprecated.android.js

+ 3
- 0
src/deprecated/platformSpecificDeprecated.android.js Bestand weergeven

413
         fab.expendedIcon = expendedIconUri.uri;
413
         fab.expendedIcon = expendedIconUri.uri;
414
       }
414
       }
415
     }
415
     }
416
+    if (fab.backgroundColor) {
417
+      fab.backgroundColor = processColor(fab.backgroundColor);
418
+    }
416
 
419
 
417
     if (fab.actions) {
420
     if (fab.actions) {
418
       _.forEach(fab.actions, (action) => {
421
       _.forEach(fab.actions, (action) => {