We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 569589a commit 5fea3bbCopy full SHA for 5fea3bb
Coding_iOS/Util/Manager/SendRewardManager.m
@@ -203,7 +203,7 @@ - (void)setCurTweet:(Tweet *)curTweet{
203
_curTweet = curTweet;
204
205
CGFloat userIconWidthDesgin = 50.0;
206
- [_userImgV sd_setImageWithURL:[_curTweet.owner.avatar urlImageWithCodePathResize:userIconWidthDesgin * [UIScreen mainScreen].scale crop:YES] placeholderImage:kPlaceholderMonkeyRoundWidth(userIconWidthDesgin)];
+ [_userImgV sd_setImageWithURL:[_curTweet.owner.avatar urlImageWithCodePathResize:userIconWidthDesgin * [UIScreen mainScreen].scale crop:NO] placeholderImage:kPlaceholderMonkeyRoundWidth(userIconWidthDesgin)];
207
}
208
209
- (void)setIsSubmitting:(BOOL)isSubmitting{
0 commit comments