Skip to content
Snippets Groups Projects
Commit 0465318d authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Duncan McNamara
Browse files

Prevent hiding the jump to button when opening the sort menu

parent c514963e
No related branches found
1 merge request!1906Fix some TV UI issues
......@@ -136,7 +136,6 @@ abstract class BaseBrowserTvFragment<T> : Fragment(), BrowserFragmentInterface,
}
val sortClick: (View) -> Unit = { v ->
animationDelegate.setVisibility(binding.headerButton, View.GONE)
sort(v)
}
......
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