Compare commits

...
Author SHA1 Message Date
Devmate Bot 6335a5417a xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/core/JavaTimerManager.kt
Reviewed By: cortinico

Differential Revision: D82005918
2025-09-09 02:32:45 -07:00
@@ -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)