mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-05 21:33:01 -05:00
fix: disable editing of Public Key field (#1737)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user