Commit 9a9b1e70 by Dmitriy Stepanets

Added return to function

parent e6b9d9dd
...@@ -70,6 +70,7 @@ class SplashAnimationViewController: UIViewController { ...@@ -70,6 +70,7 @@ class SplashAnimationViewController: UIViewController {
DispatchQueue.main.asyncAfter(deadline: .now() + 1) { DispatchQueue.main.asyncAfter(deadline: .now() + 1) {
self.currentAttempt += 1 self.currentAttempt += 1
self.finish() self.finish()
return
} }
} }
else { else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment