首页默认tab改为热门房间

This commit is contained in:
huangjian
2022-09-01 15:14:53 +08:00
parent 5c1d403710
commit 91a156fd65

View File

@@ -161,7 +161,7 @@ class RecommendFragment : BaseFragment(),
private fun initTitleTab() {
val tagList = InitialModel.get().cacheInitInfo?.homeTabList.let {
if (it?.size == 2) it else arrayListOf("组队开黑", "热门房间")
if (it?.size == 2) it else arrayListOf( "热门房间","组队开黑")
}
mFragmentsBottom.add(HomePlayFragment.newInstance())
mFragmentsBottom.add(RoomHotFragment.newInstance())