JivoChat / JivoSDK-Android

The Jivo Mobile SDK allows you to embed the Jivo chat into your Android mobile applications to receive customer requests
https://www.jivochat.com
10 stars 5 forks source link

JetpackCompose framework Inflate issue #73

Open zeynepozturkodeon opened 3 months ago

zeynepozturkodeon commented 3 months ago

We have been using the jivo version 2.3.2 on Android. In this version we've been using JetpackCompose framework and tried to inflate from compose and we get this issue:

android.view.InflateException: Binary XML file line #12 in .test.debug:layout/jivo_button: Binary XML file line #12 in .test.debug:layout/jivo_button: Error inflating class com.google.android.material.floatingactionbutton.FloatingActionButton Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [androidx.compose.runtime.PausableMonotonicFrameClock@53be874, androidx.compose.ui.platform.MotionDurationScaleImpl@90d819d, StandaloneCoroutine{Cancelling}@4ac3612, AndroidUiDispatcher@9b8b1e3] Caused by: android.view.InflateException: Binary XML file line #12 in ***.test.debug:layout/jivo_button: Error inflating class com.google.android.material.floatingactionbutton.FloatingActionButton

Can you help with this?