fix: clear DeviceProfile state before config export

This commit is contained in:
andrekir 2024-05-19 06:48:13 -03:00
parent f822080d0c
commit dd22068c5f

View file

@ -331,6 +331,7 @@ fun RadioConfigNavHost(
"EXPORT" -> {
viewModel.clearPacketResponse()
viewModel.setDeviceProfile(null)
showEditDeviceProfileDialog = true
}