We have been receiving the below crash. it seems mConnectionController is null. I have compared ConversationFragment (v5.6.0) - ConversationFragment(v5.13.0) it seems no change related to crash here.
We are thinking to update the library might solve the issue. Any idea on the issue?
I have checked the release notes from v5.6.0 to v5.13.0 but nothing mentioned about the my crash.
Caused by java.lang.NullPointerException: Attempt to read from field 'com.liveperson.messaging.controller.ConnectionsController **com.liveperson.messaging.Messaging.mConnectionController**' on a null object reference in method 'void com.liveperson.infra.messaging_ui.fragment.ConversationFragment.refreshLoadingViewOption()'
We have been receiving the below crash. it seems mConnectionController is null. I have compared ConversationFragment (v5.6.0) - ConversationFragment(v5.13.0) it seems no change related to crash here. We are thinking to update the library might solve the issue. Any idea on the issue? I have checked the release notes from v5.6.0 to v5.13.0 but nothing mentioned about the my crash.
Caused by java.lang.NullPointerException: Attempt to read from field 'com.liveperson.messaging.controller.ConnectionsController **com.liveperson.messaging.Messaging.mConnectionController**' on a null object reference in method 'void com.liveperson.infra.messaging_ui.fragment.ConversationFragment.refreshLoadingViewOption()'
Version: 5.6.0
Our app is targeting Android 33