forked from mirrors/linphone-iphone
Fix chat room creation view split
This commit is contained in:
parent
a6638d3c9b
commit
cd7951e590
1 changed files with 4 additions and 0 deletions
|
|
@ -46,11 +46,15 @@ static UICompositeViewDescription *compositeDescription = nil;
|
|||
}
|
||||
|
||||
-(void) unfragmentCompositeDescription {
|
||||
if (!IPAD)
|
||||
return;
|
||||
compositeDescription.isLeftFragment = true;
|
||||
compositeDescription.otherFragment = nil;
|
||||
}
|
||||
|
||||
-(void) fragmentCompositeDescription {
|
||||
if (!IPAD)
|
||||
return;
|
||||
compositeDescription.otherFragment = IPAD ? NSStringFromClass(ChatsListView.class) : nil;
|
||||
compositeDescription.isLeftFragment = false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue