Skip to content

Commit ebe90e3

Browse files
committed
Make the dynamicPerformanceMarkers immutable
1 parent ba9350f commit ebe90e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/kotlin/com/mparticle/kits/RoktLayout.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fun RoktLayout(
2929
// Capture the timestamp when the SDK is triggered
3030
placementOptions = PlacementOptions(
3131
jointSdkSelectPlacements = System.currentTimeMillis(),
32-
dynamicPerformanceMarkers = mutableMapOf(),
32+
dynamicPerformanceMarkers = mapOf(),
3333
)
3434
LaunchedEffect(Unit) {
3535
instance?.runComposableWithCallback(

0 commit comments

Comments
 (0)