[AC-1387] AndroidModule:onResult is not called back for launchActivityForResult
GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Needs more info |
Resolution Date | 2015-02-04T15:24:41.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Titanium SDK & CLI |
Labels | android |
Reporter | Larry Lee |
Assignee | Mauro Parra-Miranda |
Created | 2014-11-28T03:07:39.000+0000 |
Updated | 2016-03-08T07:37:48.000+0000 |
Description
I developed a custom Android module. In this module I am opening a activity using launchActivityForResult, but when the activity finished , onResult method is not called!
Attachments
Hello, initially this looks more like a question that you might want to ask at: developer.appcelerator.com/questions/ If you still think this is a bug, please read the guide to reporting issues: http://docs.appcelerator.com/titanium/3.0/#!/guide/How_to_Submit_a_Bug_Report And then provide at least: - Description of the problem - Steps to reproduce the problem (i.e., we can't get your module code, since it will be public. We recommend in this cases to do a default module and then add the necessary code that reproduces the issue). The smaller and simpler the testcase, the better. - Actual Results - Expected Results. Best Regards