Skip to content

Commit 0526418

Browse files
authored
Stop onboarding design experiment enrolment (#6763)
Task/Issue URL: https://app.asana.com/1/137249556945/project/72649045549333/task/1211301604994554?focus=true ### Description This PR stops enrolling users to the onboarding design experiment when local privacy config is used. Users that are already enrolled should continue to see the experimental UI. ### Steps to test this PR QA-optional ### No UI changes
1 parent 4f80008 commit 0526418

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

privacy-config/privacy-config-impl/src/main/res/raw/privacy_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"cohorts": [
1111
{
1212
"name": "modifiedControl",
13-
"weight": 1
13+
"weight": 0
1414
},
1515
{
1616
"name": "bb",
17-
"weight": 1
17+
"weight": 0
1818
},
1919
{
2020
"name": "buck",
21-
"weight": 1
21+
"weight": 0
2222
}
2323
]
2424
}

0 commit comments

Comments
 (0)