Skip to content

Commit 454ac73

Browse files
Fix enrichment.
1 parent 3e5d005 commit 454ac73

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sdk/Notifo.SDK/NotifoMobilePush/NotifoMobilePushImplementation.ios.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,6 @@ private async Task EnrichBasicAsync(UNMutableNotificationContent content, UserNo
246246
}
247247

248248
content.Sound ??= UNNotificationSound.Default;
249-
250-
EnrichWithCustomCode(content, notification);
251249
}
252250

253251
private void EnrichWithCustomCode(UNMutableNotificationContent content, UserNotificationDto notification)

0 commit comments

Comments
 (0)