style: fix mistyped extra )
This commit is contained in:
parent
1f4cf2b2f0
commit
bca157a4af
|
@ -1457,7 +1457,7 @@ public class ComposeFragment extends MastodonToolbarFragment implements OnBackPr
|
||||||
// ByteArrayOutputStream bytes = new ByteArrayOutputStream();
|
// ByteArrayOutputStream bytes = new ByteArrayOutputStream();
|
||||||
// image.compress(Bitmap.CompressFormat.JPEG, 100, bytes);
|
// image.compress(Bitmap.CompressFormat.JPEG, 100, bytes);
|
||||||
// String path = MediaStore.Images.Media.insertImage(getContext().getContentResolver(), image, null, null);
|
// String path = MediaStore.Images.Media.insertImage(getContext().getContentResolver(), image, null, null);
|
||||||
addMediaAttachment(photoUri), null);
|
addMediaAttachment(photoUri, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue