livechat / chat-window-android

LiveChat mobile chat window for Android
https://developers.livechatinc.com/mobile/android/
MIT License
23 stars 28 forks source link

Chat doesn't persist across application's activities after timeout #35

Closed smckenzieSP closed 4 years ago

smckenzieSP commented 4 years ago

I have a floating button on all of my activities to launch the chat, if I open it in one activity it will continue in others. However, if the chat times out and I switch activities, the original will have the option to restart and the new one will just show a fresh chat. Is there maybe some way to persist the timed out chat in new activities in order to keep the chat window consistent and keep history?