Skip to content

Commit

Permalink
Revert mozilla-mobile#2533: Removes feature flag for tab collections
Browse files Browse the repository at this point in the history
  • Loading branch information
sblatz committed May 20, 2019
1 parent 3619f14 commit 7ed3dfa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import kotlinx.android.synthetic.main.tab_header.view.*
import mozilla.components.browser.menu.BrowserMenu
import mozilla.components.browser.menu.BrowserMenuBuilder
import mozilla.components.browser.menu.item.SimpleBrowserMenuItem
import org.mozilla.fenix.BuildConfig
import org.mozilla.fenix.R
import org.mozilla.fenix.home.sessioncontrol.SessionControlAction
import org.mozilla.fenix.home.sessioncontrol.TabAction
Expand Down Expand Up @@ -94,7 +93,7 @@ class TabHeaderViewHolder(
context.getString(R.string.tabs_menu_save_to_collection)
) {
onItemTapped.invoke(Item.SaveToCollection)
}.apply { visible = { !isPrivate && BuildConfig.COLLECTIONS_ENABLED } }
}.apply { visible = { !isPrivate } }
)
}
}
Expand Down

0 comments on commit 7ed3dfa

Please sign in to comment.