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 { } else {
MigrationInfoViewOne() MigrationInfoViewOne()
.tag(1) .tag(1)
MigrationInfoViewTwo(username: username, getUserName: getUserName) if !BWIBuildSettings.shared.isManagedViaMDM {
.tag(2) MigrationInfoViewTwo(username: username, getUserName: getUserName)
.tag(2)
}
} }
} }
.id(redrawKey) .id(redrawKey)