mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +00:00
Cleanup
This commit is contained in:
parent
ead53082b8
commit
eac210b58a
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue