We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05caed9 commit 5175ed7Copy full SHA for 5175ed7
iOS_SDK/OneSignalSDK/Source/UNUserNotificationCenter+OneSignal.m
@@ -210,7 +210,7 @@ + (BOOL)forwardNotificationWithCenter:(UNUserNotificationCenter *)center
210
OneSignalCenter:(id)instance
211
completionHandler:(void (^)(UNNotificationPresentationOptions options))completionHandler {
212
SwizzlingForwarder *forwarder = [[SwizzlingForwarder alloc]
213
- initWithTarget:self
+ initWithTarget:instance
214
withYourSelector:@selector(
215
onesignalUserNotificationCenter:willPresentNotification:withCompletionHandler:
216
)
0 commit comments