We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e36c473 commit 81c9361Copy full SHA for 81c9361
ReactWindows/ReactNative.Shared/ReactInstanceManager.cs
@@ -247,6 +247,7 @@ public void OnSuspend()
247
248
MoveToBeforeResumeLifecycleState();
249
250
+ ReactChoreographer.Dispose();
251
DispatcherHelpers.Reset();
252
}
253
@@ -279,6 +280,7 @@ public void OnResume(Action onBackPressed)
279
280
{
281
DispatcherHelpers.Initialize();
282
DispatcherHelpers.AssertOnDispatcher();
283
+ ReactChoreographer.Initialize();
284
285
_defaultBackButtonHandler = onBackPressed;
286
_suspendCancellation = new CancellationDisposable();
0 commit comments