mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 13:24:52 +02:00
Added exclude for detectNonSdkApiUsage
This commit is contained in:
@@ -111,7 +111,8 @@ public class ApplicationEx extends Application
|
||||
for (StackTraceElement ste : stack) {
|
||||
String clazz = ste.getClassName();
|
||||
if (clazz != null &&
|
||||
clazz.startsWith("com.android.webview.chromium"))
|
||||
(clazz.startsWith("com.android.webview.chromium") ||
|
||||
clazz.startsWith("androidx.appcompat.widget")))
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user