首页默认tab改为热门房间
This commit is contained in:
@@ -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())
|
||||
|
Reference in New Issue
Block a user