I have a fragment;
MyFragment myFrag = new MyFragment();
I put bundle data to this fragment:
Had the same issue. I was adding the fragment to backstack. And the error was because I didn't call popbackstack(). Using popbackstack helped me