Fix migration dialog not showing for consecutive prompts from the same screen (#2994)

This commit is contained in:
AntsyLich
2026-02-25 17:15:13 +06:00
committed by GitHub
parent 47816d4b21
commit 8b2d35f306
2 changed files with 2 additions and 1 deletions
@@ -145,7 +145,7 @@ private class MigrateDialogScreenModel(
}
val selectedFlags = sourcePreference.migrationFlags().get()
mutableState.update {
it.copy(
State(
current = current,
target = target,
applicableFlags = applicableFlags,