mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/core/JavaTimerManager.kt (#53656)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/53656 Reviewed By: cortinico Differential Revision: D82005918 fbshipit-source-id: 5b0728e68fff865e8a9271c0dfc0a3cc19baa54c
This commit is contained in:
committed by
Facebook GitHub Bot
parent
a16c6c9477
commit
226d2ba160
+2
-2
@@ -310,8 +310,8 @@ public open class JavaTimerManager(
|
||||
}
|
||||
}
|
||||
}
|
||||
timersToCall?.let {
|
||||
javaScriptTimerExecutor.callTimers(it)
|
||||
timersToCall?.let { timers ->
|
||||
javaScriptTimerExecutor.callTimers(timers)
|
||||
timersToCall = null
|
||||
}
|
||||
reactChoreographer.postFrameCallback(ReactChoreographer.CallbackType.TIMERS_EVENTS, this)
|
||||
|
||||
Reference in New Issue
Block a user