[TIMOB-2343] Android: Crash when creating TableView
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Duplicate |
| Resolution Date | 2011-04-15T03:17:15.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 1.5.0 M02 |
| Components | Android |
| Labels | android, kroll, regression |
| Reporter | Nathaniel McCallum |
| Assignee | Don Thorp |
| Created | 2011-04-15T03:17:14.000+0000 |
| Updated | 2017-03-03T06:29:05.000+0000 |
Description
This does not crash:
Ti.UI.createTableView();
This does:
Ti.UI.createTableView({...});
This looks to be a duplicate of #2340, verified with a new Drillbit test
(from [cfbc0d7e8e2eb15159262c5b708fae0f3eb7ad4b]) verify tableview empty options no longer crash [#2343] https://github.com/appcelerator/titanium_mobile/commit/cfbc0d7e8e2eb15159262c5b708fae0f3eb7ad4b"> https://github.com/appcelerator/titanium_mobile/commit/cfbc0d7e8e2e...
Closing issue due to time passed and irrelevance of the ticket.