mirror of https://github.com/M66B/FairEmail.git
Small behavior fix
This commit is contained in:
parent
c7b6583979
commit
3a35565166
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue