Skip to content

Commit 226d2ba

Browse files
generatedunixname537391475639613facebook-github-bot
authored andcommitted
xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/core/JavaTimerManager.kt (#53656)
Summary: Pull Request resolved: #53656 Reviewed By: cortinico Differential Revision: D82005918 fbshipit-source-id: 5b0728e68fff865e8a9271c0dfc0a3cc19baa54c
1 parent a16c6c9 commit 226d2ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/core

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/modules/core/JavaTimerManager.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,8 @@ public open class JavaTimerManager(
310310
}
311311
}
312312
}
313-
timersToCall?.let {
314-
javaScriptTimerExecutor.callTimers(it)
313+
timersToCall?.let { timers ->
314+
javaScriptTimerExecutor.callTimers(timers)
315315
timersToCall = null
316316
}
317317
reactChoreographer.postFrameCallback(ReactChoreographer.CallbackType.TIMERS_EVENTS, this)

0 commit comments

Comments
 (0)