Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abef6d6f authored by Svetoslav Ganov's avatar Svetoslav Ganov Committed by Android (Google) Code Review
Browse files

Merge "Allow fragment state loss on fragment transaction"

parents cc99cced d25ddc3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -973,7 +973,7 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat
        if (newFragment != null) {
            transaction.add(R.id.embedded_content_container, newFragment, FRAGMENT_TAG);
        }
        transaction.commit();
        transaction.commitAllowingStateLoss();
        getFragmentManager().executePendingTransactions();
    }