fix(settings): restore Import/Export button functionality in #4913 (#5204)

This commit is contained in:
James Rich
2026-04-21 09:48:39 -05:00
committed by GitHub
parent 4fd52ffb46
commit 6e1a500ca7

View File

@@ -90,7 +90,7 @@ fun SettingsScreen(
val state by viewModel.radioConfigState.collectAsStateWithLifecycle()
var deviceProfile by remember { mutableStateOf<DeviceProfile?>(null) }
var showEditDeviceProfileDialog by rememberSaveable { mutableStateOf(false) }
var showEditDeviceProfileDialog by remember { mutableStateOf(false) }
val importConfigLauncher =
rememberLauncherForActivityResult(ActivityResultContracts.StartActivityForResult()) {