🍱 Update media offline placeholder
🐛 Fix image picker
			
			
This commit is contained in:
		| @@ -1261,7 +1261,7 @@ class ChatRoomScreen extends HookConsumerWidget { | ||||
|       attachments.value = [ | ||||
|         ...attachments.value, | ||||
|         ...result.files.map( | ||||
|           (e) => UniversalFile(data: e, type: UniversalFileType.image), | ||||
|           (e) => UniversalFile(data: e.xFile, type: UniversalFileType.image), | ||||
|         ), | ||||
|       ]; | ||||
|     } | ||||
| @@ -1276,7 +1276,7 @@ class ChatRoomScreen extends HookConsumerWidget { | ||||
|       attachments.value = [ | ||||
|         ...attachments.value, | ||||
|         ...result.files.map( | ||||
|           (e) => UniversalFile(data: e, type: UniversalFileType.video), | ||||
|           (e) => UniversalFile(data: e.xFile, type: UniversalFileType.video), | ||||
|         ), | ||||
|       ]; | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user