mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Avoid calling getEventData() method twice
Summary: EZ diff that avoids calling getEventData() method twice changelog: [internal] internal Reviewed By: javache Differential Revision: D31076778 fbshipit-source-id: 63c2a469e8e684202dbdbbf12166487328685976
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fbb802ca63
commit
f8e4a783ac
@@ -224,7 +224,7 @@ public abstract class Event<T extends Event> {
|
||||
getEventName(),
|
||||
canCoalesce(),
|
||||
getCoalescingKey(),
|
||||
getEventData());
|
||||
eventData);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user