We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Supertoast is not compatible with Android O, so if you target it and chatSDK starts a supertoast, app will crash.
Since Supertoast library has been abandoned for a year now, you should consider dropping it/replace it with something more maintained.
The text was updated successfully, but these errors were encountered:
I'll aim to do this for the upcoming release.
Sorry, something went wrong.
This has been replaced with the default Android Toast class. It will be available in release 4.0.0.
You can use it's child class SuperToastActivity instead of SuperToast. It'll help to let it run on all OS Versions.
bensmiley
No branches or pull requests
Supertoast is not compatible with Android O, so if you target it and chatSDK starts a supertoast, app will crash.
Since Supertoast library has been abandoned for a year now, you should consider dropping it/replace it with something more maintained.
The text was updated successfully, but these errors were encountered: