mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Add missing @Override annotations in FabricUIManager (#42950)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/42950 Add missing Override annotations in FabricUIManager changelog: [internal] internal Reviewed By: cortinico Differential Revision: D53635854 fbshipit-source-id: 269fb41e5b0277b8af4e119dc119409e766dae7a
This commit is contained in:
committed by
Facebook GitHub Bot
parent
dd4f15bf08
commit
64bb50aad0
+2
@@ -612,10 +612,12 @@ public class FabricUIManager implements UIManager, LifecycleEventListener {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void addUIManagerEventListener(UIManagerListener listener) {
|
||||
mListeners.add(listener);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void removeUIManagerEventListener(UIManagerListener listener) {
|
||||
mListeners.remove(listener);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user