mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 17:28:22 +00:00
Clear last transaction builder before early exit
Summary: Clean up lastTransationBuilder Reviewed By: maxolls Differential Revision: D27657431 fbshipit-source-id: a29e4236c60fd8a3657a457d1affbe22c55fdd37
This commit is contained in:
parent
c7c8f38638
commit
4d1c1b0b86
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue