We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b659d commit 98af1e3Copy full SHA for 98af1e3
packages/geolocation/index.ios.ts
@@ -109,7 +109,7 @@ class LocationListenerImpl extends NSObject implements CLLocationManagerDelegate
109
}
110
break;
111
case CLAuthorizationStatus.kCLAuthorizationStatusAuthorizedWhenInUse:
112
- if (this._resolve && !this.authorizeAlways) {
+ if (this._resolve) {
113
LocationMonitor.stopLocationMonitoring(this.id);
114
this._resolve();
115
packages/geolocation/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@nativescript/geolocation",
3
- "version": "8.2.0",
+ "version": "8.2.1-beta.0",
4
"description": "Provides API for getting and monitoring location for NativeScript app.",
5
"main": "index",
6
"typings": "index.d.ts",
0 commit comments