mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Prevent exception
This commit is contained in:
@@ -127,7 +127,7 @@ public class EditTextMultiAutoComplete extends AppCompatMultiAutoCompleteTextVie
|
||||
@Override
|
||||
public void run() {
|
||||
try {
|
||||
if (edit == null)
|
||||
if (edit == null || backspace == null)
|
||||
return;
|
||||
ClipImageSpan[] spans = edit.getSpans(backspace, backspace, ClipImageSpan.class);
|
||||
if (spans.length == 1) {
|
||||
|
||||
Reference in New Issue
Block a user