odnoklassniki / ok-android-sdk

Android SDK & samples for native apps integrated with OK.RU
Apache License 2.0
20 stars 28 forks source link

prevent BadTokenException #19

Closed fantomasst closed 7 years ago

fantomasst commented 7 years ago

I ran into this crash https://github.com/odnoklassniki/ok-android-sdk/issues/16 too It happens when I can't establish connection with ok. Some time later alert shows up. If I push back button, app will crash soon

This suggestion https://stackoverflow.com/questions/7811993/error-binderproxy45d459c0-is-not-valid-is-your-activity-running helps a lot. When I wrap building in condition, app does not crash no more

thefilin commented 7 years ago

Thank you!