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

Fix video tabs custom style upon reorientation

Fixes #2881
parent a30347d3
No related branches found
No related tags found
1 merge request!1700Fix video tabs custom style upon reorientation
Pipeline #322325 passed with stage
in 20 minutes and 1 second
......@@ -142,6 +142,7 @@ class VideoBrowserFragment : BaseFragment(), TabLayout.OnTabSelectedListener, Fi
}
tabLayoutMediator.attach()
}
updateTabs()
}
private fun getPageTitle(position: Int) = when (position) {
......
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