One space before image only

This commit is contained in:
M66B 2020-04-16 23:17:44 +02:00
parent 1ad015c5a6
commit ead53082b8
1 changed files with 2 additions and 2 deletions

View File

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