mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: replace LoRaConfig with correct enum reference
This commit is contained in:
parent
7742ceacec
commit
16323d7d53
1 changed files with 1 additions and 1 deletions
|
|
@ -372,7 +372,7 @@ fun RadioConfigNavHost(node: NodeInfo, viewModel: UIViewModel = viewModel()) {
|
|||
viewModel.requestNodedbReset(destNum)
|
||||
}
|
||||
|
||||
ConfigType.LORA_CONFIG -> {
|
||||
ConfigDest.LORA -> {
|
||||
(packetResponseState as PacketResponseState.Loading).total = 2
|
||||
channelList.clear()
|
||||
viewModel.getChannel(destNum, 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue