Skip to content

Catch all exceptions when removing view#218

Merged
xiphirx merged 1 commit intoKeepSafe:masterfrom
Jawnnypoo:out-of-bounds
Oct 17, 2017
Merged

Catch all exceptions when removing view#218
xiphirx merged 1 commit intoKeepSafe:masterfrom
Jawnnypoo:out-of-bounds

Conversation

@Jawnnypoo
Copy link
Copy Markdown
Contributor

This is a fix for #207

I think probably what is happening is that the view is already destroyed and removed, and we are attempting to remove it again. We could put a check in here to make sure the child is still attached to the parent before attempting to remove, but I think since we already have this needed try/catch, it might as well be made more broad to account for this.

@xiphirx xiphirx merged commit d2d4ae9 into KeepSafe:master Oct 17, 2017
@xiphirx
Copy link
Copy Markdown
Collaborator

xiphirx commented Oct 17, 2017

Thanks!

@Jawnnypoo Jawnnypoo deleted the out-of-bounds branch October 25, 2017 20:23
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.

2 participants