Skip to content
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

onSuccessCallback.onSuccess() not being called when .withProcessVisibility(false) #28

Open
lindevs opened this issue Jan 27, 2017 · 3 comments · May be fixed by #35
Open

onSuccessCallback.onSuccess() not being called when .withProcessVisibility(false) #28

lindevs opened this issue Jan 27, 2017 · 3 comments · May be fixed by #35

Comments

@lindevs
Copy link

lindevs commented Jan 27, 2017

I want remove ProgressDialog when sending email, so I add to builder .withProcessVisibility(false). Now ProgressDialog dialog not showing but onSuccess() not being called.

 .withOnSuccessCallback(new BackgroundMail.OnSuccessCallback() {
     @Override
     public void onSuccess() {
            Log.i("MY_PROG", "message sended");
     }
})
@ogasimli
Copy link

ogasimli commented Oct 3, 2017

Please merge this fix commit. I have the same issue.

@luongvo
Copy link
Contributor

luongvo commented Oct 4, 2017

@ogasimli While waiting for the author merge this fixing PR on this issue, you could check out my fork repo instead https://github.com/luongvo/GmailBackground It's the same to this lib but has some bugs fixing and features

@ogasimli
Copy link

ogasimli commented Oct 4, 2017

great. thank you very much @luongvo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants