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-13986] Fix remote backgroundImage in view #7644

Merged
merged 1 commit into from Feb 2, 2016

Conversation

hansemannn
Copy link
Collaborator

@@ -1886,7 +1890,7 @@ +(UIImage*)loadBackgroundImage:(id)image forProxy:(TiProxy*)proxy
}
}
else if ([image isKindOfClass:[TiBlob class]]) {
resultImage = [image image];
resultImage = [(TiBlob*)image image];
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

To clarify: This just resolves/cleans a Xcode warning unrelated to the above code.

@cheekiatng
Copy link
Contributor

CR and FT passed. Approved!

cheekiatng added a commit that referenced this pull request Feb 2, 2016
[TIMOB-13986] Fix remote backgroundImage in view
@cheekiatng cheekiatng merged commit c21ea65 into tidev:master Feb 2, 2016
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