mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Fix display of conferences in history on ipads
This commit is contained in:
parent
2582bbf782
commit
468706fb0e
1 changed files with 2 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ import linphonesw
|
|||
}
|
||||
|
||||
|
||||
static let compositeDescription = UICompositeViewDescription(ConferenceHistoryDetailsView.self, statusBar: StatusBarView.self, tabBar: nil, sideMenu: SideMenuView.self, fullscreen: false, isLeftFragment: false,fragmentWith: nil)
|
||||
static let compositeDescription = UICompositeViewDescription(ConferenceHistoryDetailsView.self, statusBar: StatusBarView.self, tabBar: TabBarView.classForCoder(), sideMenu: SideMenuView.self, fullscreen: false, isLeftFragment: false,fragmentWith: HistoryListView.classForCoder())
|
||||
static func compositeViewDescription() -> UICompositeViewDescription! { return compositeDescription }
|
||||
func compositeViewDescription() -> UICompositeViewDescription! { return type(of: self).compositeDescription }
|
||||
|
||||
|
|
@ -65,6 +65,7 @@ import linphonesw
|
|||
title:"")
|
||||
super.nextButton.isHidden = true
|
||||
|
||||
super.backButton.isHidden = UIDevice.ipad()
|
||||
|
||||
let schedulingStack = UIStackView()
|
||||
schedulingStack.axis = .vertical
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue