1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 17:57:16 +00:00

Insert "AI" response at the end

This commit is contained in:
M66B 2024-05-12 18:13:21 +02:00
parent be73157316
commit 0385883390

View file

@ -2731,7 +2731,7 @@ public class FragmentCompose extends FragmentBase {
edit.delete(start, end);
index = start;
} else
index = end;
index = etBody.length();
if (index < 0)
index = 0;
@ -2814,7 +2814,7 @@ public class FragmentCompose extends FragmentBase {
edit.delete(start, end);
index = start;
} else
index = end;
index = etBody.length();
if (index < 0)
index = 0;