Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Update GenerateGeodatabaseViewController.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
yo1995 authored Apr 19, 2021
1 parent ce25494 commit 76b81dc
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ class GenerateGeodatabaseViewController: UIViewController {
statusHandler: { (status: AGSJobStatus) in
UIApplication.shared.showProgressHUD(message: status.statusString())
},
completion: { [weak self] (geodatabase: AGSGeodatabase?, error: Error?) in
SVProgressHUD.dismiss()
completion: { [weak self] (geodatabase: AGSGeodatabase?, error: Error?) in
UIApplication.shared.hideProgressHUD()

Expand Down

0 comments on commit 76b81dc

Please sign in to comment.