fix: clear `DeviceProfile` state before config export

pull/1048/head
andrekir 2024-05-19 06:48:13 -03:00
rodzic f822080d0c
commit dd22068c5f
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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