Removed usaged of UIApplication.present

This commit is contained in:
Maurice Parker
2019-06-27 14:21:07 -05:00
parent 95d4395416
commit 5f045706e4
9 changed files with 28 additions and 29 deletions

View File

@@ -87,7 +87,7 @@ class FeedbinAccountViewController: UIViewController {
case .success:
break
case .failure(let error):
UIApplication.shared.presentError(error)
self.presentError(error)
}
}
}