Skip to content

Commit 832c394

Browse files
committed
Added comment.
1 parent 8575f23 commit 832c394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BranchSDK/BNCSKAdNetwork.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ - (BOOL) shouldCallPostbackForDataResponse:(NSDictionary *) dataResponseDictiona
187187
BOOL ascendingOnly = [self getAscendingOnlyFromDataResponse:dataResponseDictionary];
188188
if (!ascendingOnly)
189189
shouldCallUpdatePostback = YES;
190-
} else if ((currentWindow != BranchSkanWindowFirst) && (highestConversionValue != 0) && (conversionValue.intValue <= highestConversionValue)){
190+
} else if ((currentWindow != BranchSkanWindowFirst) && (highestConversionValue != 0) && (conversionValue.intValue <= highestConversionValue)){ // In second and third windows, conversion values can be negative, so added extra check here.
191191
BOOL ascendingOnly = [self getAscendingOnlyFromDataResponse:dataResponseDictionary];
192192
if (!ascendingOnly)
193193
shouldCallUpdatePostback = YES;

0 commit comments

Comments
 (0)