-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
Codecov Report
@@ Coverage Diff @@
## master #103 +/- ##
=======================================
Coverage 67.14% 67.14%
=======================================
Files 34 34
Lines 831 831
=======================================
Hits 558 558
Misses 273 273
Continue to review full report at Codecov.
|
Preview: http://i.imgur.com/fQFAp11.png |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just 1 change
} | ||
} | ||
|
||
private func promptSignIn() -> Bool { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does promptSignIn return? is it shouldPromptSignIn or prompt signed in or prompt displayed success?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added docs to explain it
return false | ||
} | ||
|
||
private func showAlert(title: String, message: String) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might actually want to abstract this into a helper class in the future.
See #100 for some background info