mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 10:33:41 +02:00
Insert "AI" response at the end
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user