-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fire Dialog: New feature flag #7295
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
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
0638330 to
78de185
Compare
| * If the remote feature is not present defaults to `false` | ||
| */ | ||
| @Toggle.DefaultValue(DefaultFeatureValue.FALSE) | ||
| fun newDataClearingOptions(): Toggle |
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.
nit: is the name set in stone? having new in there is going to lose meaning very quickly. would suggest something more meaningful, even if it's planned to be temporary, like moreGranularDataClearingOptions ?
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.
That's a good idea, I'll use your suggestion. Thanks.
78de185 to
c6a0422
Compare
d2c0980 to
b4a869f
Compare
4b0132a to
717cf32
Compare
Task/Issue URL: https://app.asana.com/1/137249556945/project/1207418217763355/task/1212237610087258?focus=true ### Description This PR just adds a new feature flag that will be used in subsequent PRs. <!-- CURSOR_SUMMARY --> --- > [!NOTE] > Adds `moreGranularDataClearingOptions` feature flag (default false) to `AndroidBrowserConfigFeature` for fire dialog/data clearing options. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 717cf32. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->

Task/Issue URL: https://app.asana.com/1/137249556945/project/1207418217763355/task/1212237610087258?focus=true
Description
This PR just adds a new feature flag that will be used in subsequent PRs.
Note
Adds
moreGranularDataClearingOptionsfeature flag (default false) toAndroidBrowserConfigFeaturefor fire dialog/data clearing options.Written by Cursor Bugbot for commit 717cf32. This will update automatically on new commits. Configure here.