mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 17:54:48 +00:00
Revert "[Timers] Batch setImmediate handlers"
This commit is contained in:
parent
b243236404
commit
95d2843362
@ -483,10 +483,8 @@ var MessageQueueMixin = {
|
||||
|
||||
_flushedQueueUnguarded: function() {
|
||||
BridgeProfiling.profile('JSTimersExecution.callImmediates()');
|
||||
ReactUpdates.batchedUpdates(() => {
|
||||
// Call the functions registered via setImmediate
|
||||
JSTimersExecution.callImmediates();
|
||||
});
|
||||
// Call the functions registered via setImmediate
|
||||
JSTimersExecution.callImmediates();
|
||||
BridgeProfiling.profileEnd();
|
||||
|
||||
var currentOutgoingItems = this._outgoingItems;
|
||||
|
Loading…
x
Reference in New Issue
Block a user