mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-16 06:28:27 +02:00
fix: mdm no second page (MESSENGER-7555)
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user