show conversation settings button after approving message requests

pull/572/head
Ryan Zhao 4 years ago
parent 0332250498
commit 167d68870a

@ -1201,6 +1201,9 @@ extension ConversationVC {
)
}
}
// Update UI
self?.updateNavBarButtons()
// Send a sync message with the details of the contact
if let appDelegate = UIApplication.shared.delegate as? AppDelegate {

@ -563,6 +563,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