mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: broadcastSmartMinimumIntervalSecs typo
This commit is contained in:
parent
04452e4756
commit
4dec73ea76
1 changed files with 1 additions and 1 deletions
|
|
@ -262,7 +262,7 @@ fun DeviceSettingsItemList(viewModel: UIViewModel = viewModel()) {
|
|||
enabled = connected,
|
||||
keyboardActions = KeyboardActions(onDone = { focusManager.clearFocus() }),
|
||||
onValueChanged = {
|
||||
positionInput = positionInput.copy { broadcastSmartMinimumDistance = it }
|
||||
positionInput = positionInput.copy { broadcastSmartMinimumIntervalSecs = it }
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue