Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Esqarrouth committed Nov 18, 2016
1 parent bc0c623 commit d0a0f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EZLoadingActivity.swift
Expand Up @@ -76,7 +76,7 @@ public struct EZLoadingActivity {
public static func showWithDelay(_ text: String, disableUI: Bool, seconds: Double) -> Bool {
let showValue = show(text, disableUI: disableUI)
delay(seconds) { () -> () in
hide(true, animated: false)
_ = hide(true, animated: false)
}
return showValue
}
Expand Down

0 comments on commit d0a0f53

Please sign in to comment.