Skip to content

Commit

Permalink
Disables the renew button while reloading the webview
Browse files Browse the repository at this point in the history
  • Loading branch information
kinoroy committed Mar 8, 2017
1 parent fcce238 commit edd4fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RenewPass/RenewViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class RenewViewController: UIViewController, CAAnimationDelegate {
}

if !RenewService.didStartFetchFromBackground {
reloadButton.isEnabled = false
//webview = WebView(frame: self.view.frame)
statusLabel.text = "Connecting to Translink. Just a moment."

Expand Down

0 comments on commit edd4fa0

Please sign in to comment.