mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Small improvement
This commit is contained in:
@@ -277,6 +277,7 @@ public class ActivitySignature extends ActivityBase {
|
||||
ImageSpan is = new ImageSpan(getDrawableByUri(this, uri), uri.toString(), ImageSpan.ALIGN_BASELINE);
|
||||
ssb.setSpan(is, start, start + 1, Spanned.SPAN_EXCLUSIVE_EXCLUSIVE);
|
||||
etText.setText(ssb);
|
||||
etText.setSelection(start + 1);
|
||||
}
|
||||
|
||||
static Drawable getDrawableByUri(Context context, Uri uri) {
|
||||
|
||||
Reference in New Issue
Block a user