kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
refactor: change length of `wifi_psk`
ref.: https://github.com/meshtastic/protobufs/pull/402pull/784/head
rodzic
b7d3cbf876
commit
23966b173b
|
@ -65,7 +65,7 @@ fun NetworkConfigItemList(
|
|||
item {
|
||||
EditPasswordPreference(title = "PSK",
|
||||
value = networkInput.wifiPsk,
|
||||
maxSize = 63, // wifi_psk max_size:64
|
||||
maxSize = 64, // wifi_psk max_size:65
|
||||
enabled = enabled,
|
||||
keyboardActions = KeyboardActions(onDone = { focusManager.clearFocus() }),
|
||||
onValueChanged = { networkInput = networkInput.copy { wifiPsk = it } })
|
||||
|
|
Ładowanie…
Reference in New Issue