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

Commit 2a804194 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Catch reentrancy while executing postponed transactions."

parents dd903d4f 521862de
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -1911,7 +1911,12 @@ final class FragmentManagerImpl extends FragmentManager implements LayoutInflate
            mTmpRecords = new ArrayList<>();
            mTmpIsPop = new ArrayList<>();
        }
        mExecutingActions = true;
        try {
            executePostponedTransaction(null, null);
        } finally {
            mExecutingActions = false;
        }
    }

    public void execSingleAction(OpGenerator action, boolean allowStateLoss) {