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-14558: Android: Map V2: addAnnotation crashes #4466

Merged
merged 1 commit into from Jul 22, 2013

Conversation

pingwang2011
Copy link
Contributor

@ghost ghost assigned hieupham007 Jul 19, 2013
if (children) {
var childIndex = children.indexOf(child);
if (childIndex != -1) {
children.splice(childIndex, 1);
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm not seeing the code to remove child when back button is pressed. Remove isn't going to be called in that case.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's called in line 81.

@hieupham007
Copy link
Contributor

Code reviewed. Please address comments.

@hieupham007
Copy link
Contributor

Ran both test cases in ticket + KS sanity check. Request accepted

hieupham007 added a commit that referenced this pull request Jul 22, 2013
timob-14558: Android: Map V2: addAnnotation crashes
@hieupham007 hieupham007 merged commit bdcdbad into tidev:master Jul 22, 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