Removing duplicate function
This commit is contained in:
parent
f48aa70989
commit
778d7d4f04
@ -34,10 +34,6 @@ async function getImagesForCameraEvent(event) {
|
||||
});
|
||||
return images;
|
||||
}
|
||||
async function resizeImage(image = {}, quality = 'original') {
|
||||
console.log('Warning - CameraKitGallery.resizeImage isn\'t support on Android yet');
|
||||
return;
|
||||
}
|
||||
|
||||
async function checkDevicePhotosAuthorizationStatus() {
|
||||
return await NativeGalleryModule.checkDeviceStorageAuthorizationStatus();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user