kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
fix: clear `DeviceProfile` state before config export
rodzic
f822080d0c
commit
dd22068c5f
|
@ -331,6 +331,7 @@ fun RadioConfigNavHost(
|
|||
|
||||
"EXPORT" -> {
|
||||
viewModel.clearPacketResponse()
|
||||
viewModel.setDeviceProfile(null)
|
||||
showEditDeviceProfileDialog = true
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue