Skip to content

Commit aa36bcf

Browse files
Add login button when new onboarding is not active (#3513)
2 parents 2b3b143 + 6351e61 commit aa36bcf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
-----
33

44

5+
7.97.1
6+
-----
7+
- Add missing login button for onboarding screen [#3513](https://github.com/Automattic/pocket-casts-ios/pull/3513)
8+
59
7.97
610
-----
711
- Enable Banner Ads in the Podcasts list and Player for free users [#3459](https://github.com/Automattic/pocket-casts-ios/pull/3459)

podcasts/Onboarding/Login/LoginLandingView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private struct LoginLandingContent: View {
9494

9595
HStack(spacing: 0) {
9696
Spacer()
97-
LoginButtons(coordinator: coordinator, shouldShowLogin: !coordinator.isOnboarding)
97+
LoginButtons(coordinator: coordinator, shouldShowLogin: !coordinator.isOnboarding || !FeatureFlag.newOnboardingAccountCreation.enabled)
9898
.frame(maxWidth: 400)
9999
Spacer()
100100
}

0 commit comments

Comments
 (0)