[TIMOB-8856] Android: Map Annotations - Multiple map annotations throws a NPE
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2012-05-29T16:14:22.000+0000 |
Affected Version/s | Release 2.0.2, Release 2.0.1 |
Fix Version/s | n/a |
Components | Android |
Labels | api, parity |
Reporter | Wilson Luu |
Assignee | Hieu Pham |
Created | 2012-04-20T16:54:37.000+0000 |
Updated | 2017-03-10T18:56:28.000+0000 |
Description
Description: Was investigating TIMOB-7977 (an iOS bug). For parity, I decided to check if code from TIMOB-7977 will work on Android devices.
Steps to reproduce:
1. Launch app in T15417.zip
Actual: App does not launch. I get a NPE in logcat instead. See attachment.
Expected: App should launch with 4 annotations. See iOS attachment.
Note: This bug is *not* a regression. Bug still occurs in 2.0.1.GA2.
Attachments
This is a native Android bug for 2.2. Creation of URI given certain String causes a NPE. Marking as Won't Fix. For future reference, here's a simpler test code that I used:
Closing ticket as the issue will not fix.