-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove FXIOS-12029 [Feature flag cleanup] Remove the preferSwitchToOpenTabOverDuplicate flag #26202
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
Remove FXIOS-12029 [Feature flag cleanup] Remove the preferSwitchToOpenTabOverDuplicate flag #26202
Conversation
private func checkPreferSwitchToOpenTabOverDuplicate(from nimbus: FxNimbus) -> Bool { | ||
return nimbus.features.homescreenFeature.value().preferSwitchToOpenTab | ||
} |
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.
Thank you for the PR, we also need to remove the "prefer-switch-to-open-tab"
feature flag under the .yaml
file here.
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.
LGTM! There are some minor conflicts to fix, then we'll be ready to merge the changes 💪
…m/FXIOS-12029-remove-feature-flag-preferSwitchToOpenTabOverDuplicate # Conflicts: # firefox-ios/Client/Frontend/Browser/BrowserViewController/Views/BrowserViewController.swift
Client.app: Coverage: 34.9
Generated by 🚫 Danger Swift against b0b5504 |
@Mergifyio rebase |
❌ Base branch update has failedGit reported the following error:
|
@myaumura could you rebase on |
yep, I'll fix it |
…m/FXIOS-12029-remove-feature-flag-preferSwitchToOpenTabOverDuplicate
@lmarceau done! |
📜 Tickets
Jira ticket
Github issue
💡 Description
Remove preferSwitchToOpenTabOverDuplicate flag since it's not used.
📝 Checklist
You have to check all boxes before merging
@Mergifyio backport release/v120
)