Skip to content

Commit c1d9f57

Browse files
authored
Onboarding: Update site suggestion for UK and Ireland (#7031)
Task/Issue URL: https://app.asana.com/1/137249556945/task/1211642170473305?focus=true ### Description Update second site suggestion for UK and Ireland ### Steps to test this PR _UK_ - [x] Set device to en-GB - [x] Fresh install - [x] Go through onboarding - [x] In site suggestions step make sure the second option is `uk.yahoo.com` - [x] Tap on it - [x] Check it redirects correctly to `uk.yahoo.com` _Ireland_ - [x] Set device to en-IE - [x] Fresh install - [x] Go through onboarding - [x] In site suggestions step make sure the second option is `uk.yahoo.com` - [x] Tap on it - [x] Check it redirects correctly to `uk.yahoo.com` ### UI changes | Before | After | | ------ | ----- | <img width="357" height="807" alt="Screenshot 2025-10-29 at 23 46 18" src="https://github.com/user-attachments/assets/6e31b78a-9802-42bd-a6ff-ba32fbf0ec66" />|<img width="380" height="842" alt="Screenshot 2025-10-30 at 12 32 34" src="https://github.com/user-attachments/assets/2225b907-07b4-410e-b581-753a78882bec" />|
1 parent f33abf2 commit c1d9f57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/com/duckduckgo/app/onboarding/store/OnboardingStoreImpl.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class OnboardingStoreImpl @Inject constructor(
8585

8686
"GB" -> {
8787
site1 = "skysports.com "
88-
site2 = "bbc.co.uk"
88+
site2 = "uk.yahoo.com"
8989
site3 = "ebay.com"
9090
site4Query = "britannica.com/animal/duck"
9191
}
@@ -127,7 +127,7 @@ class OnboardingStoreImpl @Inject constructor(
127127

128128
"IE" -> {
129129
site1 = "skysports.com"
130-
site2 = "bbc.co.uk "
130+
site2 = "uk.yahoo.com"
131131
site3 = "ebay.com"
132132
site4Query = "britannica.com/animal/duck"
133133
}

0 commit comments

Comments
 (0)