1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-27 02:07:12 +00:00
This commit is contained in:
M66B 2020-04-17 08:39:51 +02:00
parent ead53082b8
commit eac210b58a

View file

@ -1912,7 +1912,6 @@ public class FragmentCompose extends FragmentBase {
Drawable d = Drawable.createFromPath(file.getAbsolutePath());
if (d == null)
throw new IllegalArgumentException(context.getString(R.string.title_no_image));
d.setBounds(0, 0, d.getIntrinsicWidth(), d.getIntrinsicHeight());
s.insert(start, " \uFFFC"); // Object replacement character
ImageSpan is = new ImageSpan(context, cid);