Parent Issue #4572
Remove CoreSettingsFragment from the project (and related subfragments), and use pure composable functions instead.
After converting this, rememberSaveable will work properly see #4587 (comment) for more details. That we will use for showing the dialog in SettingScreen.
Parent Issue #4572
Remove
CoreSettingsFragmentfrom the project (and related subfragments), and use pure composable functions instead.After converting this, rememberSaveable will work properly see #4587 (comment) for more details. That we will use for showing the dialog in
SettingScreen.