Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix - underlineColorAndroid not working on API 21
on API 21 we change the logic as follows to fix underlineColorAndroid: - we store the bottomBorderColor in a local variable - we set the bottomBorderColor to the same color of underlineColorAndroid - we set the underlineColorAndroid - we re-set the bottomBorderColor to the previous color As by Facebook design it defaults to transparent facebook#18938 facebook#18988 but it is important to notice how this default is now not anymore used as JAVA sets a new default of transparent for all colors (null is not passed to this setter) facebook#29412 (comment)
- Loading branch information