diff --git a/code/src/Fitbot/app/src/main/java/com/example/fitbot/ui/activities/FitnessActivity.java b/code/src/Fitbot/app/src/main/java/com/example/fitbot/ui/activities/FitnessActivity.java index ffa3276..573ffbe 100644 --- a/code/src/Fitbot/app/src/main/java/com/example/fitbot/ui/activities/FitnessActivity.java +++ b/code/src/Fitbot/app/src/main/java/com/example/fitbot/ui/activities/FitnessActivity.java @@ -181,16 +181,16 @@ public class FitnessActivity extends RobotActivity implements RobotLifecycleCall if ( videoView.isPlaying() ) { - QiContext qiContext = null; - Animation animationarmraise = AnimationBuilder.with(qiContext) // Create the builder with the context. - .withResources(R.raw.armraise) // Set the animation resource. - .build(); // Build the animation. +// QiContext qiContext = null; +// Animation animationarmraise = AnimationBuilder.with(qiContext) // Create the builder with the context. +// .withResources(R.raw.armraise) // Set the animation resource. +// .build(); // Build the animation. +// +// animate = AnimateBuilder.with(qiContext) // Create the builder with the context. +// .withAnimation(animationarmraise) // Set the animation. +// .build(); // Build the animate action. - animate = AnimateBuilder.with(qiContext) // Create the builder with the context. - .withAnimation(animationarmraise) // Set the animation. - .build(); // Build the animate action. - - Future animateFuture = animate.async().run(); +// Future animateFuture = animate.async().run(); } else {