mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
Fix Call cell discrepancies on iOS6. This is a strange fix, because no inset seems to be set but the content view is 10 px smaller
This commit is contained in:
parent
242feeecdc
commit
1fec7d8a5c
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@
|
|||
options:nil];
|
||||
|
||||
if ([arrayOfViews count] >= 1) {
|
||||
[self.contentView addSubview:[arrayOfViews objectAtIndex:0]];
|
||||
[self addSubview:[arrayOfViews objectAtIndex:0]];
|
||||
}
|
||||
// Set selected+over background: IB lack !
|
||||
[pauseButton setImage:[UIImage imageNamed:@"call_state_pause_over.png"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue