We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fd52ff commit 6e1a500Copy full SHA for 6e1a500
1 file changed
feature/settings/src/androidMain/kotlin/org/meshtastic/feature/settings/SettingsScreen.kt
@@ -90,7 +90,7 @@ fun SettingsScreen(
90
val state by viewModel.radioConfigState.collectAsStateWithLifecycle()
91
92
var deviceProfile by remember { mutableStateOf<DeviceProfile?>(null) }
93
- var showEditDeviceProfileDialog by rememberSaveable { mutableStateOf(false) }
+ var showEditDeviceProfileDialog by remember { mutableStateOf(false) }
94
95
val importConfigLauncher =
96
rememberLauncherForActivityResult(ActivityResultContracts.StartActivityForResult()) {
0 commit comments