Skip to content

Commit 6e1a500

Browse files
authored
fix(settings): restore Import/Export button functionality in #4913 (#5204)
1 parent 4fd52ff commit 6e1a500

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • feature/settings/src/androidMain/kotlin/org/meshtastic/feature/settings

feature/settings/src/androidMain/kotlin/org/meshtastic/feature/settings/SettingsScreen.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ fun SettingsScreen(
9090
val state by viewModel.radioConfigState.collectAsStateWithLifecycle()
9191

9292
var deviceProfile by remember { mutableStateOf<DeviceProfile?>(null) }
93-
var showEditDeviceProfileDialog by rememberSaveable { mutableStateOf(false) }
93+
var showEditDeviceProfileDialog by remember { mutableStateOf(false) }
9494

9595
val importConfigLauncher =
9696
rememberLauncherForActivityResult(ActivityResultContracts.StartActivityForResult()) {

0 commit comments

Comments
 (0)