Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
Closes #14254 - Removes Login select feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ekager committed Sep 1, 2020
1 parent 72edaaf commit 7c7aa46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions app/src/main/java/org/mozilla/fenix/FeatureFlags.kt
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,4 @@ object FeatureFlags {
* Enables viewing downloads in browser.
*/
val viewDownloads = Config.channel.isNightlyOrDebug

/**
* Enables selecting from multiple logins.
*/
val loginSelect = Config.channel.isNightlyOrDebug
}
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ abstract class BaseBrowserFragment : Fragment(), UserInteractionHandler, Session
onNeedToRequestPermissions = { permissions ->
requestPermissions(permissions, REQUEST_CODE_PROMPT_PERMISSIONS)
},
loginPickerView = if (FeatureFlags.loginSelect) loginSelectBar else null,
loginPickerView = loginSelectBar,
onManageLogins = {
browserAnimator.captureEngineViewAndDrawStatically {
val directions =
Expand Down

0 comments on commit 7c7aa46

Please sign in to comment.