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

TIMOB-9913 Android: Remove the unused references to Map View's "animate" property. #4582

Merged
merged 1 commit into from Dec 2, 2013
Merged

Conversation

billdawson
Copy link
Contributor

See Testing Notes in JIRA.

The "animate" property of a map view was listed
in documentation as being supported by Android.
However, it is never accessed anywhere in the code --
it is only set and never read. It cannot be supported
since it clobbers the animate() method of the view.

The "animate" property of a map view was listed
in documentation as being supported by Android.
However, it is never accessed anywhere in the code --
it is only set and never read. It cannot be supported
since it clobbers the animate() method of the view.

TIMOB-9913
@pingwang2011
Copy link
Contributor

Code reviewed and functionally tested. Accepted

@ghost ghost assigned pingwang2011 Nov 19, 2013
pingwang2011 added a commit that referenced this pull request Dec 2, 2013
TIMOB-9913 Android: Remove the unused references to Map View's "animate" property.
@pingwang2011 pingwang2011 merged commit f5aa7fa into tidev:master Dec 2, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants