Skip to content

Commit

Permalink
fix: tell subscriber we've received the subscription
Browse files Browse the repository at this point in the history
  • Loading branch information
gtokman committed May 5, 2021
1 parent b50e0c8 commit fb657d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/ExtensionKit/CoreLocation/CLLocationManager.swift
Expand Up @@ -82,6 +82,7 @@ final class AuthorizationPublisher: NSObject, Publisher, CLLocationManagerDelega
authorizationType: authorizationType,
delegate: self
)
subscriber.receive(subscription: subscription)
publisherAuthorizationDelegate = subscription
}

Expand Down

0 comments on commit fb657d9

Please sign in to comment.