forked from mirrors/linphone-iphone
disable click on cell
This commit is contained in:
parent
199cc837b9
commit
d2ff235c8d
1 changed files with 1 additions and 0 deletions
|
|
@ -221,6 +221,7 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
cell.displayName.text = [FastAddressBook displayNameForAddress:addr];
|
||||
cell.avatar.image = [FastAddressBook imageForAddress:addr];
|
||||
cell.dateLabel.text = [LinphoneUtils timeToString:time withFormat:LinphoneDateChatBubble];
|
||||
cell.userInteractionEnabled = false;
|
||||
|
||||
return cell;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue