Object is changed after sending it to another Fragment
问题 So, I have a really weird issue, I pass an object from Fragment A to Fragment B , I modify this object in a new instance in Fragment B, but after I change a value on this object it also changes that value when I pop Framgment B and that object keeps modified now also for Fragment A Fragment A ... override fun onItemClick(v: View?, position: Int) { searchView.clearFocus() val bundle = Bundle() bundle.putSerializable("shop", landingAdapter.getItem(position)) findNavController().navigate(R.id