Skip to content

Commit 9958327

Browse files
fix: Support mutable and immutable attributes in selectPlacement (#602)
1 parent 01a1f28 commit 9958327

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • android-core/src/main/kotlin/com/mparticle

android-core/src/main/kotlin/com/mparticle/Rokt.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Rokt internal constructor(
2626
config: RoktConfig? = null
2727
) {
2828
if (mConfigManager.isEnabled) {
29-
mKitManager.execute(identifier, attributes, callbacks, embeddedViews, fontTypefaces, config)
29+
mKitManager.execute(identifier, HashMap(attributes), callbacks, embeddedViews, fontTypefaces, config)
3030
}
3131
}
3232

0 commit comments

Comments
 (0)