mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
refactor: set random PSK on default channel name change
This commit is contained in:
parent
a10fe75f64
commit
e02ecaec6e
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ fun EditChannelDialog(
|
|||
keyboardActions = KeyboardActions(onDone = { }),
|
||||
onValueChanged = {
|
||||
nameInput = it
|
||||
getRandomKey()
|
||||
if (pskInput == Channel.default.settings.psk) getRandomKey()
|
||||
},
|
||||
onFocusChanged = { isFocused = it.isFocused },
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue