forked from mirrors/linphone-iphone
Removed separator in popup menus (chat conversation, and chat bubble)
This commit is contained in:
parent
f00daf1997
commit
0c687d1dce
2 changed files with 3 additions and 1 deletions
|
|
@ -1791,6 +1791,7 @@ void on_chat_room_conference_alert(LinphoneChatRoom *cr, const LinphoneEventLog
|
|||
_popupMenu.layer.masksToBounds = false;
|
||||
_toggleMenuButton.hidden = false;
|
||||
_popupMenu.tableFooterView = [UIView new];
|
||||
_popupMenu.separatorStyle = UITableViewCellSeparatorStyleNone;
|
||||
[_popupMenu reloadData];
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -970,7 +970,8 @@ static const CGFloat REPLY_OR_FORWARD_TAG_HEIGHT = 18;
|
|||
_popupMenu.scrollEnabled = false;
|
||||
_popupMenu.dataSource = self;
|
||||
_popupMenu.delegate = self;
|
||||
|
||||
_popupMenu.separatorStyle = UITableViewCellSeparatorStyleNone;
|
||||
|
||||
_popupMenu.layer.masksToBounds = false;
|
||||
|
||||
_popupMenu.layer.shadowColor = [UIColor darkGrayColor].CGColor;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue