fix settings screen presentation on iPad

pull/565/head
Ryan Zhao 2 years ago
parent efab374e7f
commit 9ff369fbd0

@ -410,6 +410,7 @@ final class HomeVC : BaseVC, UITableViewDataSource, UITableViewDelegate, NewConv
@objc private func openSettings() {
let settingsVC = SettingsVC()
let navigationController = OWSNavigationController(rootViewController: settingsVC)
navigationController.modalPresentationStyle = .fullScreen
present(navigationController, animated: true, completion: nil)
}

Loading…
Cancel
Save