Skip to content
Snippets Groups Projects
Commit 08ad4e0b authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Geoffrey Métais
Browse files

Fix header list state

parent f0b3bc72
No related branches found
Tags libvlc-4.0.0-eap3
No related merge requests found
Pipeline #6860 passed with stage
in 3 minutes and 40 seconds
......@@ -170,9 +170,7 @@ class MediaBrowserTvFragment : Fragment(), BrowserFragmentInterface, IEventsHand
}
val searchHeaderClick: (View) -> Unit = {
headerListContainer.visibility = View.VISIBLE
headerList.requestFocus()
list.visibility = View.GONE
animationDelegate.hideFAB()
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment