disable click on cell

This commit is contained in:
Benjamin Reis 2018-04-30 14:21:45 +02:00
parent 199cc837b9
commit d2ff235c8d

View file

@ -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;
}