Skip to content

Commit

Permalink
set inAppMessageIdShowing back to null after display
Browse files Browse the repository at this point in the history
  • Loading branch information
jennantilla committed Aug 9, 2023
1 parent aed2897 commit 995598e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,7 @@ internal class InAppMessagesManager(
// If there was a message dequeued, display it
if (messageToDisplay != null) {
var result = _displayer.displayMessage(messageToDisplay!!)
_state.inAppMessageIdShowing = null

if (result == null) {
_state.inAppMessageIdShowing = null
Expand Down

0 comments on commit 995598e

Please sign in to comment.