Commit 6da481cb authored by 王雪伟's avatar 王雪伟

Merge remote-tracking branch 'origin/master'

parents 3364c80d d345befd
......@@ -59,8 +59,7 @@ import com.zxhl.cms.utils.Utils;
import com.zxhl.cms.widget.ChatDialogUtils;
import com.zxhl.cms.widget.LoadingDialog;
import com.zxhl.main.page.fragment.ConstellationMachFragment;
import com.zxhl.main.page.fragment.HomeFragment;
import com.zxhl.main.page.fragment.VoiceRoomFragment;
import com.zxhl.main.page.fragment.PopularFragment;
import com.zxhl.main.page.view.NavigationBottomView;
import com.zxhl.uc.page.fragment.UserCenterFragment;
......@@ -162,7 +161,7 @@ public class MainActivity extends BaseActivity implements NavigationBottomView.N
}
private void initFragment() {
fragments.add(new HomeFragment());
fragments.add(new PopularFragment());
fragments.add(new ConstellationMachFragment());
fragments.add(new ChatFragment());
fragments.add(new UserCenterFragment());
......
......@@ -41,7 +41,7 @@ import java.util.*
/**
* Created by gaoleichao on 2021/10/25
*/
class HomeFragment : BaseFragment(), HomeContract.View, OnRecycleItemClickListener<HomeListEntity>,
class PopularFragment : BaseFragment(), HomeContract.View, OnRecycleItemClickListener<HomeListEntity>,
UpdateCallback ,AdCallback<String>{
private var mPresenter: HomePresenter? = null
private var mAdapter: UserAdapter? = null
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment