mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
parent
0a7d0ff4be
commit
123b296b6c
38 changed files with 75 additions and 75 deletions
|
|
@ -114,14 +114,14 @@ fun NodeMenu(
|
|||
onDismissRequest()
|
||||
onAction(NodeMenuAction.RequestUserInfo(node))
|
||||
},
|
||||
content = { Text(stringResource(R.string.request_userinfo)) }
|
||||
content = { Text(stringResource(R.string.exchange_userinfo)) }
|
||||
)
|
||||
DropdownMenuItem(
|
||||
onClick = {
|
||||
onDismissRequest()
|
||||
onAction(NodeMenuAction.RequestPosition(node))
|
||||
},
|
||||
content = { Text(stringResource(R.string.request_position)) }
|
||||
content = { Text(stringResource(R.string.exchange_position)) }
|
||||
)
|
||||
DropdownMenuItem(
|
||||
onClick = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue