Revert D4620034: [react-native][PR] Fix: set underlineColorAndroid properly
Differential Revision: D4620034 fbshipit-source-id: edb589ace310008866d8d4df5fbf00e785976402
This commit is contained in:
parent
2a1ab36257
commit
0884c3e3d1
|
@ -370,7 +370,7 @@ public class ReactTextInputManager extends BaseViewManager<ReactEditText, Layout
|
|||
if (underlineColor == null) {
|
||||
view.getBackground().clearColorFilter();
|
||||
} else {
|
||||
view.getBackground().mutate().setColorFilter(underlineColor, PorterDuff.Mode.SRC_IN);
|
||||
view.getBackground().setColorFilter(underlineColor, PorterDuff.Mode.SRC_IN);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue