Skip to content

Commit 59cd0ed

Browse files
committed
Adding files needeed for storyboard animation support
1 parent 12acfe5 commit 59cd0ed

22 files changed

+115620
-21
lines changed

ReactAndroid/src/main/java/com/facebook/react/animation/AnimationRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class AnimationRegistry {
2222
private final SparseArray<Animation> mRegistry = new SparseArray<Animation>();
2323

2424
public void registerAnimation(Animation animation) {
25-
UiThreadUtil.assertOnUiThread();
25+
UiThreadUtil.assertOnUiThread();
2626
mRegistry.put(animation.getAnimationID(), animation);
2727
}
2828

ReactWindows/Playground/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ protected override void OnLaunched(LaunchActivatedEventArgs e)
5050
#if DEBUG
5151
if (System.Diagnostics.Debugger.IsAttached)
5252
{
53-
this.DebugSettings.EnableFrameRateCounter = true;
53+
//this.DebugSettings.EnableFrameRateCounter = true;
5454
}
5555
#endif
5656

0 commit comments

Comments
 (0)