Allowing state loss commit for fragment transaction

This commit is contained in:
maskara 2017-04-02 03:13:54 +05:30
parent c14795043e
commit 7f7b25f113

View file

@ -204,7 +204,7 @@ public class ShareActivity
this.getSupportFragmentManager() this.getSupportFragmentManager()
.beginTransaction() .beginTransaction()
.add(R.id.single_upload_fragment_container, shareView, "shareView") .add(R.id.single_upload_fragment_container, shareView, "shareView")
.commit(); .commitAllowingStateLoss();
} }
uploadController.prepareService(); uploadController.prepareService();
} }