mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: start DeviceMetrics chart at current time
This commit is contained in:
parent
76454cc802
commit
9cb7f89315
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ private fun DeviceMetricsChart(
|
|||
Box(
|
||||
contentAlignment = Alignment.TopStart,
|
||||
modifier = Modifier
|
||||
.horizontalScroll(scrollState)
|
||||
.horizontalScroll(state = scrollState, reverseScrolling = true)
|
||||
.weight(1f)
|
||||
) {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue