You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: