[fenix] For 10665 - Show the most recent tabs at the top of the tab tray (https://github.com/mozilla-mobile/fenix/pull/10687)

pull/600/head
David Walsh 4 years ago committed by GitHub
parent 32fcc76885
commit 6bc73d2bb9

@ -221,6 +221,9 @@ open class HomeActivity : LocaleAwareAppCompatActivity() {
}.asView()
TabsTray::class.java.name -> {
val layout = LinearLayoutManager(context)
layout.reverseLayout = true
layout.stackFromEnd = true
val adapter = TabsAdapter { parentView, _ ->
TabTrayViewHolder(
LayoutInflater.from(this).inflate(

Loading…
Cancel
Save