Merge "Execute pending transactions after FM state change." into oc-dev

This commit is contained in:
TreeHugger Robot
2017-04-20 23:51:03 +00:00
committed by Android (Google) Code Review

View File

@@ -3009,6 +3009,7 @@ final class FragmentManagerImpl extends FragmentManager implements LayoutInflate
mExecutingActions = false;
}
}
execPendingActions();
}
/**