mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix scrollup too long in chatroom
This commit is contained in:
parent
0082544cfa
commit
52f9dcf40e
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ static const CGFloat CELL_IMAGE_X_MARGIN = 100;
|
|||
PHAsset *asset = [assets firstObject];
|
||||
if (!asset)
|
||||
[self loadPlaceholder];
|
||||
else if (asset.mediaType == type)
|
||||
else if (asset.mediaType != type)
|
||||
img = nil;
|
||||
if (img)
|
||||
[self loadImageAsset:asset image:img];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue