feedback permission

merge-update-with-lab-changes
Sultan Khan 5 years ago
parent 6bbdf05f90
commit b61e734f80

@ -21,7 +21,7 @@ class PermissionService extends BaseService {
} }
isVibrationEnabled() { isVibrationEnabled() {
return storage.getItem('isVibration') ==null ? false :true; return (storage.getItem('isVibration') ==null) || (storage.getItem('isVibration')) ==false ? false :true;
} }
vibrate(callback, context) async{ vibrate(callback, context) async{

Loading…
Cancel
Save