[AC-770] Android Activity events are unreliable
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | n/a |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2014-07-28T03:05:55.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | Titanium SDK & CLI |
| Labels | 3.3.0.RC, activity, android, events |
| Reporter | Terry Morgan |
| Assignee | Mauro Parra-Miranda |
| Created | 2014-07-14T16:29:21.000+0000 |
| Updated | 2016-03-08T07:37:02.000+0000 |
Description
Android Activity lifecycle events, particularly resume seem unreliable in 3.3.0.RC.
See the follow test project (nb. uses Alloy):
https://bitbucket.org/shodan_uk/android-activity-bug-test
Opening and closing window2 increments and decrements a count of activities base don the pause / resume events of window 2. This number should always be 1. On 3.2.3.GA, this is maintained correctly but on 3.3.0.RC, after opening and closing window2 a few times in quick succession, the count will go out of sync.
Resolved, see duplicate ticket