fix(imessage): update imessage clone

This commit is contained in:
Salvatore Giordano
2021-08-26 10:01:02 +02:00
parent 75187e5986
commit 7aafa89aae
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ class _MessageInputState extends State<MessageInput> {
GestureDetector(
onTap: () async {
final pickedFile =
await (picker.getImage(source: ImageSource.gallery));
await (picker.pickImage(source: ImageSource.gallery));
if (pickedFile == null) {
return;
}