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

How can we reproduce this bad token exception #11

Open
ismdcf opened this issue Mar 13, 2019 · 1 comment
Open

How can we reproduce this bad token exception #11

ismdcf opened this issue Mar 13, 2019 · 1 comment

Comments

@ismdcf
Copy link

ismdcf commented Mar 13, 2019

I found this exception randomly while testing my app and I am using toasts on a lot of places, it turns out I am running the app on a device with api 25, and you library seems to be the way forward.

Is it possible to provide a code from which I could reproduce this issue?

@jeffdeen
Copy link

Toast.makeText(this,"test",Toast.LENGTH_SHORT).show();
try {
Thread.sleep(10000);
} catch (InterruptedException e) {
e.printStackTrace();
}

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

2 participants