ToastCompat icon indicating copy to clipboard operation
ToastCompat copied to clipboard

ToastCompat#cancel is not implemented

Open dajkim76 opened this issue 6 years ago • 4 comments

I need to dismiss toast before 2 seconds.

dajkim76 avatar Apr 22 '19 14:04 dajkim76

same problem...

atinysix avatar Oct 08 '19 02:10 atinysix

I need to dismiss toast before 2 seconds.

Have you solved the problem?

atinysix avatar Oct 08 '19 02:10 atinysix

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

autofocus avatar Mar 27 '20 09:03 autofocus

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!

atinysix avatar Mar 27 '20 09:03 atinysix