fix: mdm no second page (MESSENGER-7555)

This commit is contained in:
Frank Rotermund
2026-03-20 12:07:59 +01:00
parent d2410313f6
commit 535035a083

View File

@@ -36,8 +36,10 @@ struct MigrationInfoView: View {
} else {
MigrationInfoViewOne()
.tag(1)
MigrationInfoViewTwo(username: username, getUserName: getUserName)
.tag(2)
if !BWIBuildSettings.shared.isManagedViaMDM {
MigrationInfoViewTwo(username: username, getUserName: getUserName)
.tag(2)
}
}
}
.id(redrawKey)