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 12583: Android: Maps V2 module: Adding custom views in the pin #3982

Merged
merged 4 commits into from Mar 20, 2013

Conversation

pingwang2011
Copy link
Contributor

https://jira.appcelerator.org/browse/TIMOB-12583
This PR fixes a bug in the toImage() method. Test case in JIRA.

if(proxyDict.containsKey(TiC.PROPERTY_WIDTH)) {
TiDimension widthDimension = new TiDimension(proxyDict.getString(TiC.PROPERTY_WIDTH), TiDimension.TYPE_WIDTH);
if (view.getWidth() == 0) {
if (proxyDict != null) {
Copy link
Contributor

Choose a reason for hiding this comment

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

you can merge these 3 ifs into 1

@pingwang2011
Copy link
Contributor Author

Updated.

@hieupham007
Copy link
Contributor

Code reviewed and functionally tested. Looks good, just 2 minor comments

@hieupham007
Copy link
Contributor

Code reviewed. Request accepted.

hieupham007 added a commit that referenced this pull request Mar 20, 2013
Timob 12583: Android: Maps V2 module: Adding custom views in the pin
@hieupham007 hieupham007 merged commit 941872c into tidev:master Mar 20, 2013
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