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

(cherry picked from commit 8b2d35f3068a3f9c5e1bba77ed825ae51531c91c)

# Conflicts:
#	CHANGELOG.md
This commit is contained in:
AntsyLich
2026-02-25 17:15:13 +06:00
committed by Jobobby04
parent 73258e9e05
commit 061e9359e8
@@ -145,7 +145,7 @@ private class MigrateDialogScreenModel(
}
val selectedFlags = sourcePreference.migrationFlags().get()
mutableState.update {
it.copy(
State(
current = current,
target = target,
applicableFlags = applicableFlags,