refactor: start DeviceMetrics chart at current time

This commit is contained in:
andrekir 2024-12-03 09:22:55 -03:00
parent 76454cc802
commit 9cb7f89315

View file

@ -166,7 +166,7 @@ private fun DeviceMetricsChart(
Box(
contentAlignment = Alignment.TopStart,
modifier = Modifier
.horizontalScroll(scrollState)
.horizontalScroll(state = scrollState, reverseScrolling = true)
.weight(1f)
) {