zendesk / react-native-sunshine-conversations

React Native wrapper for Smooch.io
MIT License
36 stars 26 forks source link

When opening chat from notification, back button crashes the app instead of going to MainActivity #15

Closed avishayil closed 7 years ago

avishayil commented 8 years ago

When the app is closed and team responds, it triggers a notification. Pressing on a notification immediately opens the conversation activity, without opening the main activity. I think that because of that reason, app crashes when pressing on the physical back button on the device. Virtual back button on the top left side works fine.

jugarrit commented 7 years ago

I can't reproduce this issue... Are you initializing in your Application's onCreate?

jugarrit commented 7 years ago

Closing for now. If you can provide steps or a demo to repro I'll take a look.