我需要更改片段,但是当我执行changeFragment时,出现了该异常:
java.lang.RuntimeException: android.view.WindowManager$BadTokenException: Unable to add window -- token null is not for an application
我的代码:
((MainActivity) getActivity()).changeFragment(new HomeFragment(),
HomeFragment.TAG);
我做错了什么?