style: fix mistyped extra )

This commit is contained in:
LucasGGamerM 2023-06-12 11:21:14 +00:00
parent 1f4cf2b2f0
commit bca157a4af
1 changed files with 1 additions and 1 deletions

View File

@ -1457,7 +1457,7 @@ public class ComposeFragment extends MastodonToolbarFragment implements OnBackPr
// ByteArrayOutputStream bytes = new ByteArrayOutputStream();
// image.compress(Bitmap.CompressFormat.JPEG, 100, bytes);
// String path = MediaStore.Images.Media.insertImage(getContext().getContentResolver(), image, null, null);
addMediaAttachment(photoUri), null);
addMediaAttachment(photoUri, null);
}
}