我在视图寻呼机活动中有两个名为 Root Fragment 和 Setting Fragment 的片段。从根片段开始调用另一个片段,作为孩子。
getChildFragmentManager().beginTransaction()
.replace(R.id.root_frame, new AddNickNameFragment())
.commit();
在设置片段中单击按钮时,我会通过广播在根片段中收听该操作,但在某些情况下,例如在单击并按主页时,会发生崩溃
java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState