mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-24 18:05:00 +01:00
Small behavior fix
This commit is contained in:
@@ -128,7 +128,7 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
|
||||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
if (edit == null || backspace == null)
|
||||
if (edit == null || backspace == null || !hasFocus())
|
||||
return;
|
||||
ClipImageSpan[] spans = edit.getSpans(backspace, backspace, ClipImageSpan.class);
|
||||
if (spans.length == 1) {
|
||||
|
||||
Reference in New Issue
Block a user