Fix build breakage.

This commit is contained in:
Matthew Chen 2018-10-16 10:42:51 -04:00
parent 3cf13ee15b
commit b1e52c30b3

View File

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