mirror of https://github.com/M66B/FairEmail.git
Own fault
This commit is contained in:
parent
b64b44b299
commit
0e1b737076
|
@ -1174,7 +1174,7 @@ public class Log {
|
|||
for (StackTraceElement ste : ex.getCause().getStackTrace())
|
||||
if ("android.view.textclassifier.TextClassifierImpl".equals(ste.getClassName()) &&
|
||||
"validateInput".equals(ste.getMethodName()))
|
||||
return false;
|
||||
return true;
|
||||
/*
|
||||
java.lang.RuntimeException: An error occurred while executing doInBackground()
|
||||
at android.os.AsyncTask$3.done(AsyncTask.java:353)
|
||||
|
|
Loading…
Reference in New Issue