I have a fragment;
MyFragment myFrag = new MyFragment();
I put bundle data to this fragment:
Try removing the previous fragment before adding the new one: https://stackoverflow.com/a/6266144/969325