Remove duckAiPaidSettingsStatus feature toggle#8048
Merged
mikescamell merged 8 commits intodevelopfrom Apr 1, 2026
Merged
Conversation
… path Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…nals Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…sViewModel Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This was referenced Mar 23, 2026
catalinradoiu
approved these changes
Apr 1, 2026
Contributor
catalinradoiu
left a comment
There was a problem hiding this comment.
Tested and works as expected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Task/Issue URL: https://app.asana.com/1/137249556945/project/1207908166761516/task/1212517664869201?focus=true
Description
Remove the
duckAiPaidSettingsStatusfeature toggle now that it has been confirmed stable. The toggle defaulted toTRUEand gated whether Duck.ai paid settings screens sync the status indicator with DuckChat enabled state and show branded icons.DuckChatFeatureDuckAiPaidSettingsViewModelandDuckAiPlusSettingsViewModel— remove toggle checks, legacy code paths, and unusedDispatcherProvider/DuckChatFeaturedependenciesisDuckAiPaidSettingsFeatureEnabledfrom ViewState and simplify UI conditionals inDuckAiPaidSettingsActivityandDuckAiPlusSettingsViewduckai_128,ic_duckduckgo_ai_color_24)duckai_ddg_128,ic_ai_chat_grayscale_color_24) and remove lint baseline entrySteps to test this PR
Toggle removal
duckai_128icon displaysic_duckduckgo_ai_color_24icon shows for Duck.ai settingUI changes
No visual changes — the "enabled" toggle path was already the default behavior.
Note
Low Risk
Low risk removal of an always-on feature flag and dead code paths; main risk is unintended UI/state regression in Duck.ai paid settings screens due to simplified ViewModel wiring.
Overview
Removes the
duckAiPaidSettingsStatusremote toggle and all associated branching logic, includingViewStatefields and injected dependencies in the Duck.ai paid settings ViewModels.The paid settings screens now always observe DuckChat enabled state and always render the branded Duck.ai icons; legacy drawables are deleted and the design-system lint baseline is updated accordingly. Tests are simplified by dropping toggle-specific setup and assertions.
Written by Cursor Bugbot for commit d50bc17. This will update automatically on new commits. Configure here.