mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix: clear DeviceProfile state before config export
This commit is contained in:
parent
f822080d0c
commit
dd22068c5f
1 changed files with 1 additions and 0 deletions
|
|
@ -331,6 +331,7 @@ fun RadioConfigNavHost(
|
|||
|
||||
"EXPORT" -> {
|
||||
viewModel.clearPacketResponse()
|
||||
viewModel.setDeviceProfile(null)
|
||||
showEditDeviceProfileDialog = true
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue