Skip to content

Commit a0aa0e6

Browse files
authored
Merge pull request #701 from OneSignal/fix/fix-potential-crash-on-launch-for-duration-iam-trigger
Fixing potential crash on launch when evaluating duration based IAM triggers
2 parents c99c12d + 57f0458 commit a0aa0e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iOS_SDK/OneSignalSDK/Source/OSMessagingController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ - (instancetype)init {
146146
self.currentPromptAction = nil;
147147
self.isAppInactive = NO;
148148
// BOOL that controls if in-app messaging is paused or not (false by default)
149-
[self setInAppMessagingPaused:false];
149+
_isInAppMessagingPaused = false;
150150
}
151151

152152
return self;

0 commit comments

Comments
 (0)