From e78a4ebc1ba69f45bdbe99f276208095f63ec18a Mon Sep 17 00:00:00 2001 From: Sumeru Chatterjee Date: Thu, 9 Jan 2025 03:09:18 +0100 Subject: [PATCH] [MOB-9233] Updated code according to the new discussion --- swift-sdk/Internal/in-app/InAppManager.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swift-sdk/Internal/in-app/InAppManager.swift b/swift-sdk/Internal/in-app/InAppManager.swift index 05f939e3..b1767d19 100644 --- a/swift-sdk/Internal/in-app/InAppManager.swift +++ b/swift-sdk/Internal/in-app/InAppManager.swift @@ -300,7 +300,7 @@ class InAppManager: NSObject, IterableInternalInAppManagerProtocol { ITBDebug("Setting last display time: \(String(describing: lastDisplayTime))") show(message: message, consume: !message.saveToInbox) - } + } } private func processAndShowMessage(messagesMap: OrderedDictionary) {