別のsayを含む別の Fragment を追加すると、 sayFragment
を含む a があります。ListView
FragmentA
ListView
FragmentB
getFragmentManager().beginTransaction()
.add(R.id.fragment_container, FragmentB)
.commit()
最上位のフラグメントが now であるにもかかわらず、getView()
ofがまだ呼び出さListView
れていることに気付きました。この動作を防ぐ理由と方法を教えてください。FragmentA
FragmentB