mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-05-06 21:56:55 -04:00
refactor: set random PSK on default channel name change
This commit is contained in:
@@ -87,7 +87,7 @@ fun EditChannelDialog(
|
||||
keyboardActions = KeyboardActions(onDone = { }),
|
||||
onValueChanged = {
|
||||
nameInput = it
|
||||
getRandomKey()
|
||||
if (pskInput == Channel.default.settings.psk) getRandomKey()
|
||||
},
|
||||
onFocusChanged = { isFocused = it.isFocused },
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user