kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
refactor: start `DeviceMetrics` chart at current time
rodzic
76454cc802
commit
9cb7f89315
|
@ -166,7 +166,7 @@ private fun DeviceMetricsChart(
|
|||
Box(
|
||||
contentAlignment = Alignment.TopStart,
|
||||
modifier = Modifier
|
||||
.horizontalScroll(scrollState)
|
||||
.horizontalScroll(state = scrollState, reverseScrolling = true)
|
||||
.weight(1f)
|
||||
) {
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue