-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable dot Blog domains for all URL searches #13917
Conversation
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
@@ -140,7 +142,16 @@ class SiteCreationDomainsViewModel @Inject constructor( | |||
updateUiStateToContent(query, Loading(Ready(emptyList()), false)) | |||
fetchDomainsJob = launch { | |||
delay(THROTTLE_DELAY) | |||
val onSuggestedDomains = fetchDomainsUseCase.fetchDomains(query.value, segmentId) | |||
val onSuggestedDomains: OnSuggestedDomains | |||
if (homePagePickerFeatureConfig.isEnabled()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this check just to support the segments if we decide to A/B test it still
You can test the changes on this Pull Request by downloading the APK here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good, and this is working as described. I tested via Pixel 3a (physical device).
Fixes #13653
To test:
.wordpress.com
and.blog
subdomains populated.PR submission checklist:
RELEASE-NOTES.txt
if necessary.