mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Mark UIManagerModuleConstantsHelper.normalizeEventTypes as Nullable
Summary: Mark UIManagerModuleConstantsHelper.normalizeEventTypes as Nullable changelog: [internal] internal Reviewed By: arushikesarwani94 Differential Revision: D54327799 fbshipit-source-id: 66dd42c8ed220e76c62e3d215c59d6547c374265
This commit is contained in:
committed by
Facebook GitHub Bot
parent
252ef19c8d
commit
e1b0914e09
+1
-1
@@ -180,7 +180,7 @@ public class UIManagerModuleConstantsHelper {
|
||||
}
|
||||
|
||||
@VisibleForTesting
|
||||
/* package */ static void normalizeEventTypes(Map events) {
|
||||
/* package */ static void normalizeEventTypes(@Nullable Map events) {
|
||||
if (events == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user