Martin Kralik 44bf85a041 different coalescing key for touchCancel events
Summary:
On iPad we may get two touch cancel events in direct succession. They would have the same coalescing key, which would result in unsuccesful attempt to coalesce them.
This diff fixes it by making sure two cancel events cannot have the same coalescing key.

(An alternative fix would be implementing coalescing logic for cancel events, but that sounds more complicated. It would be neccessary if there is a legit scenario where big number of cancel events are emitted in succesion.)

Reviewed By: javache

Differential Revision: D3292405

fbshipit-source-id: 1f269771dc81fdd637cf6ac3ee4725e5e2fec679
2016-05-12 08:11:24 -07:00
..
2016-04-28 05:48:21 -07:00
2016-04-28 05:48:21 -07:00
2015-09-18 15:04:28 -07:00
2015-12-08 03:32:30 -08:00
2016-03-17 10:35:28 -07:00
2015-03-26 06:32:01 -07:00
2015-11-11 06:44:30 -08:00
2016-03-01 09:44:37 -08:00
2016-05-11 06:27:29 -07:00
2016-04-01 11:09:22 -07:00
2016-02-29 10:09:54 -08:00
2016-05-03 09:09:21 -07:00