Commit 9d099bc
committed
Don't evaluate in app messages when paused
* Evaluating IAMs while paused will lead to inaccuracies once IAMs are unpaused.
* For example, duration-since-last IAMs will be evaluated incorrectly and then queue for display once unpaused.
* When IAMs are unpaused, IAM evaluation is re-triggered anyway and will queue the messages for display at that time.1 parent d1a45fd commit 9d099bc
File tree
1 file changed
+4
-0
lines changed- iOS_SDK/OneSignalSDK/OneSignalInAppMessages/Controller
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
686 | 690 | | |
687 | 691 | | |
688 | 692 | | |
| |||
0 commit comments