Skip to content

Commit

Permalink
Fixed a bug with the success handler 馃毃
Browse files Browse the repository at this point in the history
  • Loading branch information
rsrbk committed Dec 2, 2017
1 parent 9a064af commit 30dbacf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SmileToUnlock.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'SmileToUnlock'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'Make your users smile before opening the app :)'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion SmileToUnlock/SmileToUnlock.swift
Expand Up @@ -202,7 +202,7 @@ extension SmileToUnlock: ARSCNViewDelegate {
UIView.animate(withDuration: 0.5, animations: {
self.checkmarkView.alpha = 1.0
}, completion: { _ in
//self.onSuccess?()
self.onSuccess?()
})
}
}
Expand Down

0 comments on commit 30dbacf

Please sign in to comment.