Skip to content

Commit

Permalink
fix(diagnostic): Fix permissionStatus object
Browse files Browse the repository at this point in the history
  • Loading branch information
guillenotfound committed Aug 29, 2016
1 parent cb176aa commit 8f3d36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/diagnostic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ export class Diagnostic {
GRANTED_WHEN_IN_USE: 'GRANTED_WHEN_IN_USE', // iOS
RESTRICTED: 'RESTRICTED', // iOS
DENIED: 'DENIED',
DENIED_ALWAYS: 'NOT_REQUESTED', // android
NOT_REQUESTED: 'not_determined'
DENIED_ALWAYS: 'DENIED_ALWAYS', // android
NOT_REQUESTED: 'NOT_REQUESTED'
};

static locationAuthorizationMode = {
Expand Down

0 comments on commit 8f3d36f

Please sign in to comment.