@felicienfrancois/cordova-plugin-stepper
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "@felicienfrancois/cordova-plugin-stepper", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "Lightweight pedometer Cordova/Phonegap plugin for Android using the hardware step sensor, with notifications.", | ||
@@ -5,0 +5,0 @@ "cordova": { |
@@ -60,4 +60,5 @@ # cordova-plugin-stepper | ||
if(result) console.log("Authorized !"); | ||
else console.log("Denied :-S"); | ||
else console.log("Not available or Denied :-S"); | ||
}).catch((err) => { | ||
// Should never happen as error are catched and return false in success | ||
console.error(err); | ||
@@ -64,0 +65,0 @@ }); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
76854
245