2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-19 09:25:34 +00:00

[fenix] Closes https://github.com/mozilla-mobile/fenix/issues/14254 - Removes Login select feature flag

This commit is contained in:
ekager 2020-08-28 19:39:19 -04:00 committed by Emily Kager
parent 0c5d1e2527
commit 0c03651086
2 changed files with 1 additions and 6 deletions

View File

@ -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
}

View File

@ -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 =