kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix: disable editing of Public Key field (#1737)
rodzic
d0816d3495
commit
b6876bba64
|
@ -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) {
|
||||
|
|
Ładowanie…
Reference in New Issue