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

ToastCompat#cancel is not implemented #13

Open
dajkim76 opened this issue Apr 22, 2019 · 4 comments
Open

ToastCompat#cancel is not implemented #13

dajkim76 opened this issue Apr 22, 2019 · 4 comments

Comments

@dajkim76
Copy link

dajkim76 commented Apr 22, 2019

I need to dismiss toast before 2 seconds.

@apurplestone
Copy link

same problem...

@apurplestone
Copy link

I need to dismiss toast before 2 seconds.

Have you solved the problem?

@autofocus
Copy link

fork repo then add below method to ToastCompat.java can resolve problem
@Override public void cancel() { toast.cancel(); }

@apurplestone
Copy link

fork repo then add below method to ToastCompat.java can resolve problem
@Override public void cancel() { toast.cancel(); }

Wow~, it was a long wait for your reply... but i had solved this problem yet. Thanks,good luck!

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

No branches or pull requests

3 participants