This fixes #106 (Stop health check when wrong password)#150
This fixes #106 (Stop health check when wrong password)#150llvasconcellos wants to merge 3 commits intodevfrom
Conversation
There was a problem hiding this comment.
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! |
| // database unencrypted so that it can be easily inspected using Stetho. | ||
| def encryptionPassword = project.encryptionPassword ?: ''; | ||
|
|
||
| def syncAccountName = "sync"; |
There was a problem hiding this comment.
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.