Own fault

This commit is contained in:
M66B 2021-06-01 07:52:30 +02:00
parent b64b44b299
commit 0e1b737076
1 changed files with 1 additions and 1 deletions

View File

@ -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)