We’ve seen a couple of app crashes which seems to be caused by opening a FreshChat conversation.
Please a sample crash log (truncated unfortunately it seems):
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.mydomain.myapp/com.freshchat.consumer.sdk.activity.ConversationDetailActivity}:android.view.InflateException: Binary XML file line #36: Binary XML file line #6: Error inflating class
This is on an Android device using version 5.0.5 of the sdk.
We call FreshChat this way:
Freshchat.showConversations(context)
Please advise. Feel free to let us know if you need more info, thanks!
@vt84764 This issue can happen if you are trying to customise SDK via theme and parent style does not match the customised element.
Please refer customisation sample app here