Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animate accuracy ring when new value is provided #577

Merged
merged 1 commit into from
Jul 9, 2018

Conversation

LukasPaczos
Copy link
Contributor

Closes #469.

@LukasPaczos LukasPaczos added the location-layer-plugin Issues that deal with the location layer module label Jul 9, 2018
@LukasPaczos LukasPaczos added this to the location-layer-0.6.0 milestone Jul 9, 2018
@LukasPaczos LukasPaczos requested a review from danesfeder July 9, 2018 12:56
Copy link
Contributor

@danesfeder danesfeder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LukasPaczos this looks great, one minor comment not blocking the PR :shipit:

private void playAccuracyRadiusAnimators(long duration) {
List<Animator> accuracyAnimators = new ArrayList<>();
accuracyAnimators.add(accuracyRadiusAnimator);
AnimatorSet accuracyAnimatorSet = new AnimatorSet();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@LukasPaczos do we need to create an AnimatorSet here if the accuracyRadiusAnimator is the only one being added?

@LukasPaczos LukasPaczos force-pushed the 469-new-accuracy-animation branch from bbf2ba6 to d5b7992 Compare July 9, 2018 16:02
@LukasPaczos LukasPaczos merged commit 44a417f into master Jul 9, 2018
@LukasPaczos LukasPaczos deleted the 469-new-accuracy-animation branch July 9, 2018 16:38
@danesfeder danesfeder mentioned this pull request Jul 9, 2018
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
location-layer-plugin Issues that deal with the location layer module
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants