-
Notifications
You must be signed in to change notification settings - Fork 318
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
Change feedback timing #442
Conversation
@@ -123,7 +123,7 @@ private void initCountDownAnimation() { | |||
ObjectAnimator countdownAnimation = ObjectAnimator.ofInt(feedbackProgressBar, | |||
"progress", 0); | |||
countdownAnimation.setInterpolator(new LinearInterpolator()); | |||
countdownAnimation.setDuration(5000); | |||
countdownAnimation.setDuration(10000); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just pull this value out as a constant and later allow users to customize it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cammace added the ability to adjust this when creating a new instance
* cam-upgrade-project: Changed location engine imports changed to 0.2 location layer version fixes ordering of the bearings (mapbox#455) Updated Maneuver Icons (mapbox#445) Change feedback timing (mapbox#442) changed apk filepath changed sonarqube version to work with gradle 3.0 fixed a few test issues upgraded to gradle 3.0
cc @ericrwolfe