mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-08 05:45:25 +01:00
Fixed focus at end / insert image
This commit is contained in:
@@ -2838,7 +2838,7 @@ public class FragmentCompose extends FragmentBase {
|
||||
etBody.setText(body);
|
||||
|
||||
int start = args.getInt("start");
|
||||
if (start < body.length())
|
||||
if (start <= body.length())
|
||||
etBody.setSelection(start);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user