Add isRegisteredAndReady to TSAccountManager.

pull/1/head
Matthew Chen 6 years ago
parent 8ad58e3357
commit e3363ab9a1

@ -132,6 +132,8 @@ public class BackupRestoreViewController: OWSTableViewController {
}
private func showHomeView() {
// In production, this view will never be presented in a modal.
// During testing (debug UI, etc.), it may be a modal.
let isModal = navigationController?.presentingViewController != nil
if isModal {
dismiss(animated: true, completion: {

Loading…
Cancel
Save