Skip to content

Remove FXIOS-11952 ⁃ Remove jump back in feature flag #26225

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

Merged

Conversation

dicarobinho
Copy link
Collaborator

πŸ“œ Tickets

Jira ticket
Github issue

πŸ’‘ Description

Removed JumpBackIn feature flag

πŸ“ Checklist

You have to check all boxes before merging

  • Filled in the above information (tickets numbers and description of your work)
  • Updated the PR name to follow our PR naming guidelines
  • Wrote unit tests and/or ensured the tests suite is passing
  • When working on UI, I checked and implemented accessibility (minimum Dynamic Text and VoiceOver)
  • If needed, I updated documentation / comments for complex code and public methods
  • If needed, added a backport comment (example @Mergifyio backport release/v120)

@dicarobinho dicarobinho requested a review from lmarceau April 22, 2025 07:30
@dicarobinho dicarobinho marked this pull request as ready for review April 22, 2025 07:30
@dicarobinho dicarobinho requested a review from a team as a code owner April 22, 2025 07:30
@mobiletest-ci-bot
Copy link

mobiletest-ci-bot commented Apr 22, 2025

Messages
πŸ“– Project coverage: 35.22%
πŸ“– Edited 9 files
πŸ“– Created 0 files

Client.app: Coverage: 34.91

File Coverage
JumpBackInSectionState.swift 95.83% βœ…
HomePageSettingViewController.swift 62.36% βœ…
NimbusFlaggableFeature.swift 99.33% βœ…
JumpBackInViewModel.swift 39.31% ⚠️
NimbusFeatureFlagLayer.swift 70.34% βœ…
TelemetryWrapper.swift 66.97% βœ…

Generated by 🚫 Danger Swift against c9c07bd

Copy link
Contributor

@lmarceau lmarceau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nit, otherwise LGTM! We should put this ticket in QA needed and let them know they should test the use case where they have a prefs already for jump back in. Upgrading to this version they should have the same pref enabled (i.e. if jump back in was disabled, it should stay disabled).

actionType: JumpBackInActionType.toggleShowSectionSetting
)
)
}
sectionItems.append(jumpBackInSetting)
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have another if let profile { on the line below, we could combine both jumpBackInSetting and bookmarksSetting in the same if so we only unwrap the profile once?

…k_in_flag

# Conflicts:
#	firefox-ios/Client/FeatureFlags/NimbusFlaggableFeature.swift
@dicarobinho dicarobinho reopened this Apr 23, 2025
@dicarobinho dicarobinho merged commit b1c3bbf into main Apr 23, 2025
15 of 16 checks passed
@dicarobinho dicarobinho deleted the afarcasanu/fxios_11952_25998_remove_jump_back_in_flag branch April 23, 2025 06:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants