mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: prompt user to regenerate compromised keys (#2131)
This commit is contained in:
parent
86905942de
commit
3ef504c567
5 changed files with 109 additions and 18 deletions
|
|
@ -952,6 +952,7 @@ fun TracerouteActionButton(
|
|||
@Suppress("LongMethod")
|
||||
@Composable
|
||||
fun NodeActionButton(
|
||||
modifier: Modifier = Modifier,
|
||||
title: String,
|
||||
enabled: Boolean,
|
||||
icon: ImageVector? = null,
|
||||
|
|
@ -964,7 +965,7 @@ fun NodeActionButton(
|
|||
onClick()
|
||||
},
|
||||
enabled = enabled,
|
||||
modifier = Modifier
|
||||
modifier = modifier
|
||||
.fillMaxWidth()
|
||||
.padding(vertical = 4.dp)
|
||||
.height(48.dp),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue