mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: add LinkedCoordinates placeholder when position is invalid
This commit is contained in:
parent
cff4f02958
commit
ded6aae1a7
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
package com.geeksville.mesh.ui
|
||||
|
||||
import androidx.compose.foundation.layout.Box
|
||||
import androidx.compose.foundation.text.ClickableText
|
||||
import androidx.compose.material.MaterialTheme
|
||||
import androidx.compose.runtime.Composable
|
||||
|
|
@ -58,6 +59,9 @@ fun LinkedCoordinates(
|
|||
}
|
||||
}
|
||||
)
|
||||
} else {
|
||||
// Placeholder for ConstraintLayoutReference; renders no visible content
|
||||
Box(modifier = modifier)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue