Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
fix: bad id
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed Apr 17, 2024
1 parent 35b0af9 commit df4985c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/PushHelper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ final class PushNotificationManager {
let completionHandlerId = UUID().uuidString
var userInfoCopy = userInfo

remoteNotificationCompletionHandlers[completionHandlerIdKey] = completionHandler
remoteNotificationCompletionHandlers[completionHandlerId] = completionHandler
userInfoCopy[completionHandlerIdKey] = completionHandlerId

sharedEventManager.sendEventToJS(
Expand Down

0 comments on commit df4985c

Please sign in to comment.