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:
		| @@ -4,7 +4,7 @@ | ||||
|     "native": "220603", | ||||
|     "major": 4, | ||||
|     "minor": 1, | ||||
|     "patch": 4, | ||||
|     "patch": 5, | ||||
|     "expo": "45.0.0" | ||||
|   }, | ||||
|   "description": "tooot app for Mastodon", | ||||
|   | ||||
| @@ -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