Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
netbe committed Nov 15, 2024
1 parent 882962d commit 8816f3f
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,7 @@ extension StartUIViewController {
extension StartUIViewController: ShareContactsViewControllerDelegate {

func shareContactsViewControllerDidFinish(_ viewController: ShareContactsViewController) {
guard !needsAddressBookPermission else {
// do nothing just dismiss
return
}
// called once user has given its contact permission

if let navigationController = viewController.navigationController {
var viewControllers = navigationController.viewControllers
Expand Down

0 comments on commit 8816f3f

Please sign in to comment.