You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task/Issue URL: https://app.asana.com/0/0/1209171570131451/f
### Description
Updates the feature toggle to `settingsPage` and add two new sub-flags
for controlling the rollout:
- `newSettingsPage` for showing the screen and all changes **except**
the privacy pro section
- `newPrivacyProSection` for showing/hiding the new privacy pro section
items
### Steps to test this PR
_New Settings_
- [ ] Enable `newSettingsPage` in the Feature Flag Inventory
- [ ] Press back
- [ ] Open Settings again
- [ ] The new settings screen should be displayed
- [ ] Privacy Pro should remain unchanged
_New Privacy Pro Section_
- [ ] Enable `newPrivacyProSection` in the Feature Flag Inventory
- [ ] Press back
- [ ] Open Settings again
- [ ] The new settings screen should be displayed
- [ ] The new Privacy Pro section should be displayed
_New Privacy Pro Section and legacy settings_
- [ ] Disable `newSettingsPage` in the Feature Flag Inventory
- [ ] Press back
- [ ] Open Settings again
- [ ] The legacy settings screen should be displayed
- [ ] The new Privacy Pro section should be displayed
### UI changes
N/A
Copy file name to clipboardexpand all lines: autoconsent/autoconsent-impl/src/main/java/com/duckduckgo/autoconsent/impl/ui/AutoconsentSettingsActivity.kt
Copy file name to clipboardexpand all lines: autoconsent/autoconsent-impl/src/main/java/com/duckduckgo/autoconsent/impl/ui/AutoconsentSettingsViewModel.kt
0 commit comments