Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-15884] add Object[] to putExtra method #5144

Merged

Conversation

bijupmb
Copy link
Contributor

@bijupmb bijupmb commented Dec 18, 2013

Object[] objVal = (Object[]) value;
String[] stringArray = Arrays.copyOf(objVal, objVal.length, String[].class);
intent.putExtra(key, stringArray);
} catch (Exception ex) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need an error log here so we know which exception is causing this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added

@ghost ghost assigned hieupham007 Jan 7, 2014
@hieupham007
Copy link
Contributor

Code reviewed. Please address comments.

@hieupham007
Copy link
Contributor

Code reviewed and functionally tested. Request accepted

hieupham007 added a commit that referenced this pull request Mar 5, 2014
…anNotSet

[TIMOB-15884] add Object[] to putExtra method
@hieupham007 hieupham007 merged commit ab4f6d1 into tidev:master Mar 5, 2014
farfromrefug pushed a commit to Akylas/titanium_mobile that referenced this pull request Aug 15, 2014
…ertyCanNotSet

[TIMOB-15884] add Object[] to putExtra method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants