mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Fix uploading avatar
This commit is contained in:
@ -150,7 +150,7 @@ const mediaSelector = async ({
|
||||
for (const image of images) {
|
||||
const croppedImage = await ImagePicker.openCropper({
|
||||
mediaType: 'photo',
|
||||
path: image.path,
|
||||
path: image.sourceURL || image.path,
|
||||
width: resize.width,
|
||||
height: resize.height,
|
||||
cropperChooseText: i18next.t('common:buttons.apply'),
|
||||
|
Reference in New Issue
Block a user