Skip to content

Commit 57f0458

Browse files
committed
fixing deadlock on launch for duration based IAM triggers
1 parent 709f059 commit 57f0458

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)