mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add Host Metrics Log screen (#1969)
This commit is contained in:
parent
ef1c71722a
commit
e31d4170b6
10 changed files with 388 additions and 208 deletions
|
|
@ -18,7 +18,6 @@
|
|||
package com.geeksville.mesh.ui.message.components
|
||||
|
||||
import androidx.annotation.StringRes
|
||||
import androidx.compose.animation.ExperimentalSharedTransitionApi
|
||||
import androidx.compose.foundation.layout.Box
|
||||
import androidx.compose.foundation.layout.fillMaxSize
|
||||
import androidx.compose.foundation.layout.fillMaxWidth
|
||||
|
|
@ -106,7 +105,6 @@ fun DeliveryInfo(
|
|||
containerColor = MaterialTheme.colorScheme.surface
|
||||
)
|
||||
|
||||
@OptIn(ExperimentalSharedTransitionApi::class)
|
||||
@Suppress("LongMethod")
|
||||
@Composable
|
||||
internal fun MessageList(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue