Fix build breakage.

pull/1/head
Matthew Chen 7 years ago
parent 3cf13ee15b
commit b1e52c30b3

@ -447,7 +447,7 @@ static NSTimeInterval launchStartedAt;
[PushRegistrationManager.shared didReceiveVanillaPushToken:[[NSMutableData dataWithLength:32] copy]]; [PushRegistrationManager.shared didReceiveVanillaPushToken:[[NSMutableData dataWithLength:32] copy]];
#else #else
OWSProdError([OWSAnalyticsEvents appDelegateErrorFailedToRegisterForRemoteNotifications]); OWSProdError([OWSAnalyticsEvents appDelegateErrorFailedToRegisterForRemoteNotifications]);
[PushRegistrationManager.sharedManager didFailToReceiveVanillaPushTokenWithError:error]; [PushRegistrationManager.shared didFailToReceiveVanillaPushTokenWithError:error];
#endif #endif
} }

Loading…
Cancel
Save