mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-26 23:58:17 +00:00
update linphone
This commit is contained in:
parent
a03e6aed2e
commit
55c771d5ec
2 changed files with 3 additions and 3 deletions
|
|
@ -182,8 +182,8 @@
|
|||
cell.selectionStyle = UITableViewCellSelectionStyleNone;
|
||||
return cell;
|
||||
} else {
|
||||
if (linphone_event_log_is_full_state(event))
|
||||
return NULL;
|
||||
//if (linphone_event_log_is_full_state(event))
|
||||
// return NULL;
|
||||
|
||||
kCellId = NSStringFromClass(UIChatNotifiedEventCell.class);
|
||||
UIChatNotifiedEventCell *cell = [tableView dequeueReusableCellWithIdentifier:kCellId];
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 95ab4ff5855b0472b1d187dafe4e35fe4beefb82
|
||||
Subproject commit 79e6d1ca3cbf9fb61e2c1329327217db99205aae
|
||||
Loading…
Add table
Reference in a new issue