Skip to content

Commit

Permalink
Merge pull request #2773 from TeamAmaze/vishnu-fragment-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmanuelMess authored Sep 18, 2021
2 parents e36097a + 1245b5b commit a95b3f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ public void onSaveInstanceState(Bundle outState) {

if (fragments != null && fragments.size() != 0) {
if (fragmentManager == null) return;
fragmentManager.executePendingTransactions();
for (Fragment fragment : fragments) {
fragmentManager.putFragment(outState, "tab" + i, fragment);
i++;
Expand Down

0 comments on commit a95b3f8

Please sign in to comment.