We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9350f commit ebe90e3Copy full SHA for ebe90e3
1 file changed
src/main/kotlin/com/mparticle/kits/RoktLayout.kt
@@ -29,7 +29,7 @@ fun RoktLayout(
29
// Capture the timestamp when the SDK is triggered
30
placementOptions = PlacementOptions(
31
jointSdkSelectPlacements = System.currentTimeMillis(),
32
- dynamicPerformanceMarkers = mutableMapOf(),
+ dynamicPerformanceMarkers = mapOf(),
33
)
34
LaunchedEffect(Unit) {
35
instance?.runComposableWithCallback(
0 commit comments