Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-24412] handleCustomView in AnnotationProxy (ti.map)

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterRainer Schleevoigt
AssigneeUnknown
Created2017-02-17T11:40:55.000+0000
Updated2018-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");

Comments

  1. Sharif AbuDarda 2017-02-17

    Hello, Thanks for reporting this. Can you go ahead and create a PR? Thanks.

JSON Source