Skip to content
Snippets Groups Projects
Commit 29b5cfa7 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix video FAB when changing tabs

Fixes #3096
parent c19292f6
No related branches found
No related tags found
1 merge request!2015Fix video FAB when changing tabs
Pipeline #524662 passed with stage
in 7 minutes and 43 seconds
......@@ -103,7 +103,9 @@ class VideoBrowserFragment : BaseFragment(), TabLayout.OnTabSelectedListener, Fi
override fun onDestroyActionMode(mode: ActionMode?) {}
override fun onTabSelected(tab: TabLayout.Tab) { }
override fun onTabSelected(tab: TabLayout.Tab) {
setFabPlayVisibility(hasFAB())
}
override fun onTabUnselected(tab: TabLayout.Tab) {
stopActionMode()
......
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