d4vidi 8 년 전
부모
커밋
e3f1b9c380
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/deprecated/platformSpecificDeprecated.android.js

+ 3
- 0
src/deprecated/platformSpecificDeprecated.android.js 파일 보기

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