mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
Use Resources for string access (#3620)
This commit is contained in:
parent
0833a6767e
commit
8b83273a4f
8 changed files with 59 additions and 38 deletions
|
|
@ -106,7 +106,6 @@ fun NodeKeyStatusIcon(
|
|||
imageVector = icon,
|
||||
contentDescription =
|
||||
stringResource(
|
||||
id =
|
||||
when {
|
||||
mismatchKey -> Res.string.encryption_error
|
||||
hasPKC -> Res.string.encryption_pkc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue