Do not navigate to active profile on launch
This commit is contained in:
parent
984b460b59
commit
80f71507e3
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue