We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01a1f28 commit 9958327Copy full SHA for 9958327
1 file changed
android-core/src/main/kotlin/com/mparticle/Rokt.kt
@@ -26,7 +26,7 @@ class Rokt internal constructor(
26
config: RoktConfig? = null
27
) {
28
if (mConfigManager.isEnabled) {
29
- mKitManager.execute(identifier, attributes, callbacks, embeddedViews, fontTypefaces, config)
+ mKitManager.execute(identifier, HashMap(attributes), callbacks, embeddedViews, fontTypefaces, config)
30
}
31
32
0 commit comments