diff --git a/Passepartout/App/Views/OrganizerView+Scene.swift b/Passepartout/App/Views/OrganizerView+Scene.swift index 2cbb201a..6a7c6ad9 100644 --- a/Passepartout/App/Views/OrganizerView+Scene.swift +++ b/Passepartout/App/Views/OrganizerView+Scene.swift @@ -78,7 +78,7 @@ extension OrganizerView { return } isFirstLaunch = false - if !themeIsiPadPortrait, let activeProfileId = profileManager.activeProfileId { + if themeIdiom != .phone && !themeIsiPadPortrait, let activeProfileId = profileManager.activeProfileId { profileManager.currentProfileId = activeProfileId } }