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

Crash on Android O due to SuperToasts #132

Closed
bagage opened this issue Aug 22, 2017 · 3 comments
Closed

Crash on Android O due to SuperToasts #132

bagage opened this issue Aug 22, 2017 · 3 comments
Assignees
Labels
Milestone

Comments

@bagage
Copy link

bagage commented Aug 22, 2017

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.

@bensmiley bensmiley self-assigned this Aug 22, 2017
@bensmiley
Copy link
Contributor

I'll aim to do this for the upcoming release.

@bensmiley bensmiley added this to the 4.0.0 milestone Aug 22, 2017
@bensmiley
Copy link
Contributor

bensmiley commented Aug 23, 2017

This has been replaced with the default Android Toast class. It will be available in release 4.0.0.

@jaspreeterlang
Copy link

You can use it's child class SuperToastActivity instead of SuperToast. It'll help to let it run on all OS Versions.

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

No branches or pull requests

3 participants