Insert "AI" response at the end

This commit is contained in:
M66B 2024-05-12 18:13:21 +02:00
parent be73157316
commit 0385883390
1 changed files with 2 additions and 2 deletions

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;