Removing `inherited background color` optimization from ARTSurfaceView
Summary: We are removing `reactSetInheritedBackgroundColor` feature because it overcomplicates RN rendering layer and provides very small benefits. This is the last place where we are using `reactSetInheritedBackgroundColor`. Reviewed By: mmmulani Differential Revision: D6581599 fbshipit-source-id: 129997332a03daf927acdd174e5853bfd388332f
This commit is contained in:
parent
2789ba016b
commit
c01a171ed8
|
@ -46,9 +46,4 @@
|
|||
}
|
||||
}
|
||||
|
||||
- (void)reactSetInheritedBackgroundColor:(UIColor *)inheritedBackgroundColor
|
||||
{
|
||||
self.backgroundColor = inheritedBackgroundColor;
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in New Issue