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-9846: Android: Views like Label and Label on Button remain on the screen even after window is closed #2537

Merged
merged 1 commit into from Jul 13, 2012

Conversation

pingwang2011
Copy link
Contributor

https://jira.appcelerator.org/browse/TIMOB-9846
Don't release views in ActivityWindowProxy.handleClose() because at this point the window activity is still in finishing (not finished yet). Since window.closeFromActivity() is called in TiBaseActivity.onDestroy() which releases all the views, just removed releaseViews() from ActivityWindowProxy.handleClose().
Test case in JIRA.

@joshthecoder
Copy link
Contributor

Code reviewed and functional tested.
Also checked for any memory leaks, none detected.

Accepted

joshthecoder added a commit that referenced this pull request Jul 13, 2012
timob-9846: Android: Views like Label and Label on Button remain on the screen even after window is closed
@joshthecoder joshthecoder merged commit ac2ec17 into tidev:master Jul 13, 2012
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