Skip to content

Commit

Permalink
Merge pull request #1413 from OneSignal/iam_not_active_fix
Browse files Browse the repository at this point in the history
[Bug] Remove IAM window when an in app message is inactive
  • Loading branch information
emawby authored Apr 22, 2024
2 parents 8f859e5 + a639b4a commit f373135
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,7 @@ - (void)messageViewDidDisplayPage:(OSInAppMessageInternal *)message withPageId:(

- (void)messageIsNotActive:(OSInAppMessageInternal *)message {
[self deleteInactiveMessage:message];
[self cleanUpInAppWindow];
}

- (void)messageWillDisplay:(nonnull OSInAppMessageInternal *)message {
Expand Down

0 comments on commit f373135

Please sign in to comment.