[TIMOB-24412] handleCustomView in AnnotationProxy (ti.map)
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | n/a |
Reporter | Rainer Schleevoigt |
Assignee | Unknown |
Created | 2017-02-17T11:40:55.000+0000 |
Updated | 2018-02-28T19:54:56.000+0000 |
Description
In https://github.com/appcelerator-modules/ti.map/blob/master/android/src/ti/map/AnnotationProxy.java#L224
I see a little issue:
toImage()
creates a KrollProxy, but the statement aspects a blob.
http://builds.appcelerator.com.s3.amazonaws.com/javadoc/org/appcelerator/titanium/proxy/TiViewProxy.html#toImage()
I see an error in IDE, but I can build the module.
Not tested, but this is redfree:
TiBlob imageBlob = (TiBlob)((TiViewProxy) obj).toImage().get("media");
Hello, Thanks for reporting this. Can you go ahead and create a PR? Thanks.