Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhTayal committed Jan 9, 2018
1 parent 91ea149 commit 349a6c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ fastlane/report.xml
ReviewMonitor.app.dSYM.zip

ReviewMonitor.ipa

.DS_Store
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class AddTesterViewController: UIViewController {
DispatchQueue.main.async {
self.navigationItem.rightBarButtonItem?.isEnabled = true
self.navigationItem.leftBarButtonItem?.isEnabled = true
MBProgressHUD.hide(for: self.view, animated: true)
MBProgressHUD.hide(for: self.view, animated: true)
self.dismiss(animated: true, completion: nil)
}
}
Expand Down

0 comments on commit 349a6c5

Please sign in to comment.