Do not navigate to active profile on launch

This commit is contained in:
Davide De Rosa 2022-08-05 12:50:12 +02:00
parent 984b460b59
commit 80f71507e3
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}