Skip to content

Commit

Permalink
fix: bump plugin_platform_inteface version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyokone committed Oct 13, 2022
1 parent 517594e commit 717c843
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -184,7 +184,7 @@ - (void)messaging:(nonnull FIRMessaging *)messaging
if ([[GULAppDelegateSwizzler sharedApplication].delegate
respondsToSelector:messaging_didReceiveRegistrationTokenSelector]) {
void (*usersDidReceiveRegistrationTokenIMP)(id, SEL, FIRMessaging *, NSString *) =
(typeof(usersDidReceiveRegistrationTokenIMP)) & objc_msgSend;
(typeof(usersDidReceiveRegistrationTokenIMP))&objc_msgSend;
usersDidReceiveRegistrationTokenIMP([GULAppDelegateSwizzler sharedApplication].delegate,
messaging_didReceiveRegistrationTokenSelector, messaging,
fcmToken);
Expand Down

0 comments on commit 717c843

Please sign in to comment.