mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: disable editing of Public Key field (#1737)
This commit is contained in:
parent
d0816d3495
commit
b6876bba64
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ fun SecurityConfigItemList(
|
|||
EditBase64Preference(
|
||||
title = "Public Key",
|
||||
value = securityInput.publicKey,
|
||||
enabled = enabled,
|
||||
enabled = false,
|
||||
keyboardActions = KeyboardActions(onDone = { focusManager.clearFocus() }),
|
||||
onValueChange = {
|
||||
if (it.size() == 32) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue