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);