mirror of https://github.com/M66B/FairEmail.git
One space before image only
This commit is contained in:
parent
1ad015c5a6
commit
ead53082b8
|
@ -1918,7 +1918,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
ImageSpan is = new ImageSpan(context, cid);
|
||||
s.setSpan(is, start + 1, start + 2, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
||||
|
||||
start += 3;
|
||||
start += 2;
|
||||
}
|
||||
|
||||
if (!image)
|
||||
|
|
Loading…
Reference in New Issue