Fixed browse extensions tab name being cut in half

This commit is contained in:
Jobobby04 2020-06-20 17:06:56 -04:00
parent 6bd564823a
commit ce332f4492

View File

@ -88,7 +88,7 @@ class BrowseController :
override fun configureTabs(tabs: TabLayout) {
with(tabs) {
tabGravity = TabLayout.GRAVITY_FILL
tabMode = TabLayout.MODE_FIXED
tabMode = TabLayout.MODE_AUTO
}
}