问题 I am using ViewPager2 with FragmentStateAdapter and i am calling notifyItemChanged(position). But as expected createFragment method not calling again. Is it is the intended behavior or bug, what should I do My Code is class EEditionPagerAdapter( fragmentManager: FragmentManager, lifecycle: Lifecycle, private var date: String ) : FragmentStateAdapter(fragmentManager, lifecycle) { private var menuList = emptyList<EEditionMenu>() override fun getItemCount(): Int = menuList.size override fun