mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Small improvement
This commit is contained in:
@@ -1105,7 +1105,7 @@ public class Log {
|
||||
return true;
|
||||
|
||||
while (ex != null) {
|
||||
for (StackTraceElement ste : ex.getStackTrace())
|
||||
for (StackTraceElement ste :stack)
|
||||
if (ste.getClassName().startsWith(BuildConfig.APPLICATION_ID))
|
||||
return true;
|
||||
ex = ex.getCause();
|
||||
|
||||
Reference in New Issue
Block a user