ToastCompat
ToastCompat copied to clipboard
ToastCompat#cancel is not implemented
I need to dismiss toast before 2 seconds.
same problem...
I need to dismiss toast before 2 seconds.
Have you solved the problem?
fork repo then add below method to ToastCompat.java can resolve problem
@Override public void cancel() { toast.cancel(); }
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!