We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3844f3 commit e243986Copy full SHA for e243986
1 file changed
Example/ViewController.swift
@@ -36,7 +36,7 @@ class ViewController: StatefulViewController {
36
}
37
38
func refresh() {
39
- if !(currentState != .Loading) { return } // TODO: beta 7 bug (use currentState == .Loading in future)
+ if (currentState == .Loading) { return }
40
startLoading()
41
42
// Fake network call
0 commit comments