[TIMOB-3074] Android: onDestroy sequence not firing correctly
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T02:00:50.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M08 |
Components | Android |
Labels | android, defect, refactor, regression, release-1.6.0, reported-1.6.0 |
Reporter | Opie Cyrus |
Assignee | Opie Cyrus |
Created | 2011-04-15T03:36:08.000+0000 |
Updated | 2011-04-17T02:00:50.000+0000 |
Description
When an activity is destroyed, the sequence was incorrect resulting in the destroy event not reaching the application.
(from [48e593cadd3e92620f0dfc3e18b3f726aff766f5]) [#3074 state:fixed-in-qa] modified activity destroy sequence to resolve destroy event not being fired
changed the destroy sequence for activites to ensure that the destroy event is fired back to the application
https://github.com/appcelerator/titanium_mobile/commit/48e593cadd3e92620f0dfc3e18b3f726aff766f5"> https://github.com/appcelerator/titanium_mobile/commit/48e593cadd3e...
[INFO] Titanium SDK version: 1.6.0 (02/08/11 20:55 bd9d124...) galaxy tab (2.2.2) G1 (1.6) Nexus S (2.3) sim 2.1
Replacing
reported-1.6
tag with the standardreported-1.6.0
tag.