mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-07-03 14:06:34 +02:00
Fix: actually copy public key (#1793)
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ fun SecurityConfigItemList(
|
||||
},
|
||||
trailingIcon = {
|
||||
CopyIconButton(
|
||||
valueToCopy = securityInput.privateKey.encodeToString(),
|
||||
valueToCopy = securityInput.publicKey.encodeToString(),
|
||||
)
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user