-
Notifications
You must be signed in to change notification settings - Fork 143
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
[BUG] crashes when type is set to 'none' #30
Comments
You mean CreditCardType ? Its an int value, so how are you able to set it to 'none' ? |
@vinaygaba it happens when you do it in the XML. |
Also as an addition I want to add that you are unable to set (or disable) card type programmatically. |
Where you able to resolve this please? |
@Asendo316 Currently only one workaround is to hide logo view programatically when you don't know what card type is.
|
The
CreditCardView
crashes when type is set to 'none'The text was updated successfully, but these errors were encountered: