Skip to content

Commit 5fea3bb

Browse files
committed
打赏 - 头像不裁剪
1 parent 569589a commit 5fea3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Coding_iOS/Util/Manager/SendRewardManager.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ - (void)setCurTweet:(Tweet *)curTweet{
203203
_curTweet = curTweet;
204204

205205
CGFloat userIconWidthDesgin = 50.0;
206-
[_userImgV sd_setImageWithURL:[_curTweet.owner.avatar urlImageWithCodePathResize:userIconWidthDesgin * [UIScreen mainScreen].scale crop:YES] placeholderImage:kPlaceholderMonkeyRoundWidth(userIconWidthDesgin)];
206+
[_userImgV sd_setImageWithURL:[_curTweet.owner.avatar urlImageWithCodePathResize:userIconWidthDesgin * [UIScreen mainScreen].scale crop:NO] placeholderImage:kPlaceholderMonkeyRoundWidth(userIconWidthDesgin)];
207207
}
208208

209209
- (void)setIsSubmitting:(BOOL)isSubmitting{

0 commit comments

Comments
 (0)