-
Notifications
You must be signed in to change notification settings - Fork 533
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
[Feature Request]: Remove the EnableLanguageSelectionUi Feature Flag #5225
Comments
can i work on this issue ? |
@kmanikanta335 can you please give an overview of how you plan to solve the issue, including the files that need to be changed. |
@adhiamboperes Here is the overview
|
@kmanikanta335, your solution describes removing usages of this platform param, but you must also remove its declaration. Please see #5226 (comment) on removing the parameter from the constants file and the dagger modules. |
@kmanikanta335, are you still putting up a PR for this issue? |
@adhiamboperes yes i have made a PR please review it |
<!-- READ ME FIRST: Please fill in the explanation section below and check off every point from the Essential Checklist! --> ## Explanation <!-- - Explain what your PR does. If this PR fixes an existing bug, please include - "Fixes #bugnum:" in the explanation so that GitHub can auto-close the issue - when this PR is merged. --> Fix #5225 Remove declarations and usages of the EnableLanguageSelectionUi PlatformParameter. ## Essential Checklist <!-- Please tick the relevant boxes by putting an "x" in them. --> - The PR title and explanation each start with "Fix #bugnum: " (If this PR fixes part of an issue, prefix the title with "Fix part of #bugnum: ...".) - [ ] Any changes to [scripts/assets](https://github.com/oppia/oppia-android/tree/develop/scripts/assets) files have their rationale included in the PR explanation. - [ ] The PR follows the [style guide](https://github.com/oppia/oppia-android/wiki/Coding-style-guide). - [ ] The PR does not contain any unnecessary code changes from Android Studio ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#undo-unnecessary-changes)). - [ ] The PR is made from a branch that's **not** called "develop" and is up-to-date with "develop". - [ ] The PR is **assigned** to the appropriate reviewers ([reference](https://github.com/oppia/oppia-android/wiki/Guidance-on-submitting-a-PR#clarification-regarding-assignees-and-reviewers-section)). -
Is your feature request related to a problem? Please describe.
Since the EnableLanguageSelectionUi has been officially rolled out, the related feature flag can now be removed.
Describe the solution you'd like
I would like to have the EnableLanguageSelectionUi feature flag removed from the FeatureFlagConstants file since the feature it was gating has officially been released and is stable. Any of its related constants and dagger module declarations should also be removed. Lastly, I would like the if statements surrounding any functionality that is gated using this feature flag to be removed as well.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: