This commit is contained in:
Grishka 2023-01-12 00:40:50 +03:00
parent d667b8fa98
commit 836c493951
1 changed files with 2 additions and 0 deletions

View File

@ -430,6 +430,8 @@ public class ComposeFragment extends MastodonToolbarFragment implements OnBackPr
@Override
public void afterTextChanged(Editable s){
if(s.length()==0)
return;
int start=lastChangeStart;
int count=lastChangeCount;
// offset one char back to catch an already typed '@' or '#' or ':'