There was an error while loading. Please reload this page.
1 parent 5c3d695 commit 5f23f71Copy full SHA for 5f23f71
messaging/src/ios/messaging.mm
@@ -180,7 +180,6 @@ void NotifyListenerSet(Listener* listener) {
180
FIREBASE_ASSERT_RETURN(RequestPermissionLastResult(), internal::IsInitialized());
181
182
if (RequestPermissionLastResult().status() == kFutureStatusPending) {
183
- LogError("Status is pending. Return the pending future.");
184
return RequestPermissionLastResult();
185
}
186
0 commit comments