[TIMOB-8878] Force close while trying to re-launch the tabgroup
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2012-04-25T16:57:07.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | n/a |
Components | Android |
Labels | SupportTeam, api |
Reporter | Shak Hossain |
Assignee | Hieu Pham |
Created | 2012-04-25T00:57:41.000+0000 |
Updated | 2017-03-13T18:11:34.000+0000 |
Description
This issue is happening in the latest 2.1 SDK downloaded from Master build on April 20.
This is an application bug. The app is trying to reuse tabs which are already closed. This would result in either a black screen (blank tab with no content) or a null pointer if Android collects the tab before the tabgroup's tabChanged callback is called. This is reproducible in 2.0.X branch as well as master.
Application issue
Closing ticket as invalid.