王皮特 2020-08-31 14:45 采纳率: 0%
浏览 481
已结题

我在一个fragment用replace方法跳转到另外一个fragment,然后用底部导航回到主页结果这个fragment依旧存在 要怎么处理?

  1. 我是用google自带的 Bottom navigation activirty, 然后我在home里面加了一个button用replace的方法跳转到新的fragment, 在用底部导航回去结果还在背后

这是main activity的方法

        AppBarConfiguration appBarConfiguration = new AppBarConfiguration.Builder(
                R.id.navigation_home, R.id.navigation_dashboard, R.id.navigation_notifications)
                .build();


        NavController navController = Navigation.findNavController(this, R.id.nav_host_fragment);
        NavigationUI.setupActionBarWithNavController(this, navController, appBarConfiguration);
        NavigationUI.setupWithNavController(navView, navController);

这是跳转我用的方法

public void replaceFragment(Fragment newFragment){
            FragmentManager fragmentManager = getActivity().getSupportFragmentManager();
            fragmentManager.beginTransaction().replace(R.id.nav_host_fragment,newFragment).commit();
        }

初始的样子

出问题的样子

  • 写回答

2条回答 默认 最新

  • dabocaiqq 2020-08-31 15:45
    关注
    评论

报告相同问题?

悬赏问题

  • ¥15 做个有关计算的小程序
  • ¥15 MPI读取tif文件无法正常给各进程分配路径
  • ¥15 如何用MATLAB实现以下三个公式(有相互嵌套)
  • ¥30 关于#算法#的问题:运用EViews第九版本进行一系列计量经济学的时间数列数据回归分析预测问题 求各位帮我解答一下
  • ¥15 setInterval 页面闪烁,怎么解决
  • ¥15 如何让企业微信机器人实现消息汇总整合
  • ¥50 关于#ui#的问题:做yolov8的ui界面出现的问题
  • ¥15 如何用Python爬取各高校教师公开的教育和工作经历
  • ¥15 TLE9879QXA40 电机驱动
  • ¥20 对于工程问题的非线性数学模型进行线性化