File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
podcasts/Onboarding/Login Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 2
2
-----
3
3
4
4
5
+ 7.97.1
6
+ -----
7
+ - Add missing login button for onboarding screen [ #3513 ] ( https://github.com/Automattic/pocket-casts-ios/pull/3513 )
8
+
5
9
7.97
6
10
-----
7
11
- Enable Banner Ads in the Podcasts list and Player for free users [ #3459 ] ( https://github.com/Automattic/pocket-casts-ios/pull/3459 )
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ private struct LoginLandingContent: View {
94
94
95
95
HStack ( spacing: 0 ) {
96
96
Spacer ( )
97
- LoginButtons ( coordinator: coordinator, shouldShowLogin: !coordinator. isOnboarding)
97
+ LoginButtons ( coordinator: coordinator, shouldShowLogin: !coordinator. isOnboarding || !FeatureFlag . newOnboardingAccountCreation . enabled )
98
98
. frame ( maxWidth: 400 )
99
99
Spacer ( )
100
100
}
You can’t perform that action at this time.
0 commit comments