-
Notifications
You must be signed in to change notification settings - Fork 23
This fixes #106 (Stop health check when wrong password) #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This fixes #106 (Stop health check when wrong password) #150
Conversation
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.
Nice. It might be better to call stop() or stopImpl() instead of quitting the Looper directly though.
|
It will still show the error message right? And if you change the password or reapply settings will it resume checking? |
|
@dancunningham yes! |
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.
Is there a reason for defining this in the build.gradle instead of in the code where it was defined before?
|
Thanks for looking into this Leonardo! As I mentioned to you in chat, I don't think the approach of disabling the sync account and re-enabling it again later is a good idea. Here's why:
Instead, I would advise overriding |
|
Ok @capnfabs I'll look at this after this sprint. I'll leave the PR open though. |
|
I'm still leaving it open... |
Stop health check when wrong password.