mirror of
https://github.com/status-im/react-native.git
synced 2025-01-30 03:05:44 +00:00
Add @Override to FlatUIImplementation.handleCreateView
Summary: FlatUIImplementation.handleCreateView was missing an Override annotation. This diff fixes it. Reviewed By: sriramramani Differential Revision: D2919596
This commit is contained in:
parent
8702a75b96
commit
253cb8c2b5
@ -118,6 +118,7 @@ public class FlatUIImplementation extends UIImplementation {
|
||||
return new AndroidView(viewManager);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void handleCreateView(
|
||||
ReactShadowNode cssNode,
|
||||
int rootViewTag,
|
||||
|
Loading…
x
Reference in New Issue
Block a user