Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit 47d50c4

Browse files
committed
fix: PR comments
1 parent 341c546 commit 47d50c4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/geolocation.ios.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ function _isEnabled(): boolean {
278278
// CLAuthorizationStatus.kCLAuthorizationStatusAuthorizedWhenInUse and
279279
// CLAuthorizationStatus.kCLAuthorizationStatusAuthorizedAlways are options that are available in iOS 8.0+
280280
// while CLAuthorizationStatus.kCLAuthorizationStatusAuthorized is here to support iOS 8.0-.
281-
// const AUTORIZED_WHEN_IN_USE = CLAuthorizationStatus.kCLAuthorizationStatusAuthorizedWhenInUse;
282281
return (status === CLAuthorizationStatus.kCLAuthorizationStatusAuthorizedWhenInUse
283282
|| status === CLAuthorizationStatus.kCLAuthorizationStatusAuthorizedAlways
284283
// @ts-ignore: Types have no overlap error

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-geolocation",
3-
"version": "4.4.0",
3+
"version": "4.3.1",
44
"description": "Provides API for getting and monitoring location for NativeScript app.",
55
"main": "geolocation",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)