Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Commit d3f671a

Browse files
authored
Update IterableAPI.m (#62)
1 parent 3bfbaea commit d3f671a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Iterable-iOS-SDK/IterableAPI.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ - (void)spawnInAppNotification:(ITEActionBlock)callbackBlock
11861186

11871187
IterableNotificationMetadata *notification = [IterableNotificationMetadata metadataFromInAppOptions:messageId];
11881188

1189-
dispatch_sync(dispatch_get_main_queue(), ^{
1189+
dispatch_async(dispatch_get_main_queue(), ^{
11901190
[IterableInAppManager showIterableNotificationHTML:html trackParams:(IterableNotificationMetadata*)notification callbackBlock:(ITEActionBlock)callbackBlock backgroundAlpha:backgroundAlpha padding:edgeInsets];
11911191
});
11921192
} else {

0 commit comments

Comments
 (0)