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