+ Resolves a scaling issue.

This commit is contained in:
moritz haarmann 2014-04-15 17:06:12 +02:00
parent d3d872fb82
commit f9b76db0d7

View File

@ -107,7 +107,7 @@
- (UIImage *)imageRepresentation {
if ([self.contentType rangeOfString:@"image"].location != NSNotFound){
return [UIImage imageWithData:self.data scale:[UIScreen mainScreen].scale];
return [UIImage imageWithData:self.data];
} else {
return bit_imageNamed(@"feedbackActiviy.png", BITHOCKEYSDK_BUNDLE); // TODO add another placeholder.
}