Skip to content

Commit

Permalink
add missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmith-attentive committed Feb 8, 2024
1 parent a77fedc commit 0dab3b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/ATTNSDK.m
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ - (void)trigger:(UIView *)theView handler:(ATTNCreativeTriggerCompletionHandler)
NSLog(@"Called showWebView in creativeSDK with domain: %@", _domain);
if (isCreativeOpen) {
NSLog(@"Attempted to trigger creative, but creative is currently open. Taking no action");
return;
}
if (@available(iOS 14, *)) {
NSLog(@"The iOS version is new enough, continuing to show the Attentive creative.");
Expand Down

0 comments on commit 0dab3b6

Please sign in to comment.