Skip to content

Commit

Permalink
Remove TYPE_ACTIVITY_SAMPLES
Browse files Browse the repository at this point in the history
  • Loading branch information
kdo1234 authored Dec 25, 2020
1 parent 9acbb12 commit 83e47da
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public static DataType getDataType(String dataTypeName) {
case "distance":
return DataType.TYPE_DISTANCE_DELTA;
case "activity":
return DataType.TYPE_ACTIVITY_SAMPLES;
//return DataType.TYPE_ACTIVITY_SAMPLES;
default:
Log.v(TAG, "Unknown data type " + dataTypeName);
return null;
Expand Down Expand Up @@ -118,4 +118,4 @@ private void sendEvent(ReactContext reactContext,
.getJSModule(DeviceEventManagerModule.RCTDeviceEventEmitter.class)
.emit(eventName, params);
}
}
}

0 comments on commit 83e47da

Please sign in to comment.