Skip to content

Commit

Permalink
Fixing user image issue
Browse files Browse the repository at this point in the history
  • Loading branch information
arturdev committed Jun 18, 2014
1 parent b432f25 commit c4f229e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SOMessaging/SOMessagingViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(N
cell = [[SOMessageCell alloc] initWithStyle:UITableViewCellStyleDefault
reuseIdentifier:cellIdentifier
messageMaxWidth:[self messageMaxWidth]];
[cell setMediaImageViewSize:[self mediaThumbnailSize]];
[cell setUserImageViewSize:[self userImageSize]];
}
[cell setMediaImageViewSize:[self mediaThumbnailSize]];
[cell setUserImageViewSize:[self userImageSize]];
cell.tableView = self.tableView;
cell.balloonMinHeight = [self balloonMinHeight];
cell.balloonMinWidth = [self balloonMinWidth];
Expand Down

0 comments on commit c4f229e

Please sign in to comment.