-
Notifications
You must be signed in to change notification settings - Fork 70
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
Callback not being invoked #12
Comments
Same issue, did you get any solution? |
I have the same issue :( Any code I put into the callbacks never works. I need to supply an error to the user if it didn't work. Thanks for the library by the way. Awesome :) |
I am also encountering the same issue. No callbacks are being issued. |
I am also encoutering the same isse. But I found solution. Simple add this line '.withProcessVisibility(true)' |
when you add .withProcessVisibility(true) the library will not send email |
BackgroundMail.newBuilder(this) add like this |
any progress with this issue? |
.withProcessVisibility(true) solved the issue! |
.withProcessVisibility(true) does not change anything, that just displays message when sending the email, it does not activate the callbacks. |
Solved it by implementing the callbacks in the activity. |
Can confirm that the callbacks do work if you use .withProcessVisibility(true). I'm guessing something in that method enables them? Be nice if this could be implemented as a fix because this lib is great, but I'm not sure it is being updated anymore. |
This PR #35 may resolve this issue |
Surely?
Is this fixed? I don't think the same |
@androidovshchik The author did not merge my PR, it's still a waiting for merging PR, please check my forked lib instead: https://github.com/luongvo/GmailBackground |
There are no debug logs and the ProgressDialog is not being dismissed.
The text was updated successfully, but these errors were encountered: