disabled animation stuff
This commit is contained in:
@@ -181,16 +181,16 @@ public class FitnessActivity extends RobotActivity implements RobotLifecycleCall
|
|||||||
|
|
||||||
if ( videoView.isPlaying() )
|
if ( videoView.isPlaying() )
|
||||||
{
|
{
|
||||||
QiContext qiContext = null;
|
// QiContext qiContext = null;
|
||||||
Animation animationarmraise = AnimationBuilder.with(qiContext) // Create the builder with the context.
|
// Animation animationarmraise = AnimationBuilder.with(qiContext) // Create the builder with the context.
|
||||||
.withResources(R.raw.armraise) // Set the animation resource.
|
// .withResources(R.raw.armraise) // Set the animation resource.
|
||||||
.build(); // Build the animation.
|
// .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.
|
// Future<Void> animateFuture = animate.async().run();
|
||||||
.withAnimation(animationarmraise) // Set the animation.
|
|
||||||
.build(); // Build the animate action.
|
|
||||||
|
|
||||||
Future<Void> animateFuture = animate.async().run();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user