Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAB missed icon and became transparent #32

Open
andrewworld opened this issue Nov 4, 2017 · 5 comments
Open

FAB missed icon and became transparent #32

andrewworld opened this issue Nov 4, 2017 · 5 comments

Comments

@andrewworld
Copy link

andrewworld commented Nov 4, 2017

This bug shows periodically:

screenshot_20171104-135710

@cesardeazevedo
Copy link
Owner

Hi, can you post your code and the com.android.support:design version?

@andrewworld
Copy link
Author

"com.android.support:appcompat-v7:25.3.1"

<FloatingActionButton
     rippleEffect={true}
     icon={'add-shopping-cart'}
     iconProvider={Icon}
     autoAnchor
     iconColor={Constants.color.WHITE}
     onPress={() => {}}
     backgroundColor={Constants.color.PRIMARY}/>

@cesardeazevedo
Copy link
Owner

if you're using BottomSheetHeader, you might missing the backgroundColorExpanded prop, am i right? if you're not using it, what you mean with periodically? when exactly the FAB turns transparent?

@andrewworld
Copy link
Author

andrewworld commented Nov 10, 2017

I don't use BottomSheetHeader here. Sometimes FAB turns transparent just after I run application, and it become normal after I rerun app.

@cesardeazevedo
Copy link
Owner

I am unaware of any issue like this to be honest, so if you find any pattern that you are sure that will always occurs this issue, or any race condition or provide a sample that i could easily reproduce, i would really appreciate to take a look at it.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants