From 4d1c1b0b86563429a291ffec7344b5888c072d76 Mon Sep 17 00:00:00 2001 From: Brian Clouser Date: Mon, 12 Apr 2021 10:41:28 -0700 Subject: [PATCH] Clear last transaction builder before early exit Summary: Clean up lastTransationBuilder Reviewed By: maxolls Differential Revision: D27657431 fbshipit-source-id: a29e4236c60fd8a3657a457d1affbe22c55fdd37 --- Source/IGListKit/IGListAdapterUpdater.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/IGListKit/IGListAdapterUpdater.m b/Source/IGListKit/IGListAdapterUpdater.m index b4e6bb12..0e9cb9d3 100644 --- a/Source/IGListKit/IGListAdapterUpdater.m +++ b/Source/IGListKit/IGListAdapterUpdater.m @@ -94,6 +94,7 @@ if (!transaction) { // If we don't have enough information, we might not be able to create a transaction. + self.lastTransactionBuilder = nil; return; }