mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +01:00
Allowing state loss commit for fragment transaction
This commit is contained in:
parent
c14795043e
commit
7f7b25f113
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue