forked from mirrors/linphone-iphone
Hide broadcast add button in conference history detail
This commit is contained in:
parent
98da1d956f
commit
621eca1893
1 changed files with 1 additions and 0 deletions
|
|
@ -186,6 +186,7 @@ import linphonesw
|
|||
cell.selectionStyle = .none
|
||||
cell.scheduleConfParticipantAddress = tableView.tag == 1 ? data.conferenceInfo.participants.filter {$0.weakEqual(address2: data.conferenceInfo.organizer!)}.first : data.conferenceInfo.participants[indexPath.row]
|
||||
cell.limeBadge.isHidden = true
|
||||
cell.addButton.isHidden = true
|
||||
return cell
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue