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,10 +36,12 @@ struct MigrationInfoView: View {
|
||||
} else {
|
||||
MigrationInfoViewOne()
|
||||
.tag(1)
|
||||
if !BWIBuildSettings.shared.isManagedViaMDM {
|
||||
MigrationInfoViewTwo(username: username, getUserName: getUserName)
|
||||
.tag(2)
|
||||
}
|
||||
}
|
||||
}
|
||||
.id(redrawKey)
|
||||
.tabViewStyle(.page)
|
||||
.tabViewStyle(.page(indexDisplayMode: .always))
|
||||
|
||||
Reference in New Issue
Block a user