We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a0e546 commit 5dbfaadCopy full SHA for 5dbfaad
Monal/Classes/SwiftuiHelpers.swift
@@ -810,11 +810,6 @@ class SwiftuiInterface : NSObject {
810
let host = UIHostingController(rootView:AnyView(EmptyView()))
811
delegate.host = host
812
host.rootView = AnyView(AddTopLevelNavigation(withDelegate: delegate, to: Settings(delegate: delegate)))
813
-/*
814
- host.modalPresentationStyle = .popover
815
- host.popoverPresentationController?.sourceItem = button
816
- host.preferredContentSize = host.sizeThatFits(in: CGSize(width: 400, height: 600))
817
-*/
818
return host
819
}
820
0 commit comments