mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +00:00
Insert "AI" response at the end
This commit is contained in:
parent
be73157316
commit
0385883390
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue