Our optimizer removes unused calls and must have missed the calls from 
native code. As a workaround do something like this in a reachable part of 
your code:

if(false) {
   obj.serviceReady();
   obj.ready();
}

It should work regardless so I'm not sure what happened there, if you can 
extract a test case that reproduces this please file an issue.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/e354c3c3-aaeb-4168-9faf-7c56a81dd00d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to