mirror of
https://github.com/status-im/react-native.git
synced 2025-02-11 17:07:09 +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);
|
return new AndroidView(viewManager);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
protected void handleCreateView(
|
protected void handleCreateView(
|
||||||
ReactShadowNode cssNode,
|
ReactShadowNode cssNode,
|
||||||
int rootViewTag,
|
int rootViewTag,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user