Closed marandaneto closed 8 months ago
Drawables using https://github.com/mikepenz/Android-Iconics/blob/develop/iconics-core/src/main/java/com/mikepenz/iconics/IconicsDrawable.kt won't be possible to convert to Bitmap automatically
sessionReplayConfig.drawableConverter = PostHogDrawableConverter { drawable -> if (drawable is IconicsDrawable) { drawable.toBitmap() } null }
:bulb: Motivation and Context
Drawables using https://github.com/mikepenz/Android-Iconics/blob/develop/iconics-core/src/main/java/com/mikepenz/iconics/IconicsDrawable.kt won't be possible to convert to Bitmap automatically
:green_heart: How did you test it?
:pencil: Checklist