I forgor 💀 (To add check for WebView debugging)

This commit is contained in:
YTKAB0BP
2024-11-17 23:48:32 +03:00
parent 26b4ce849a
commit 4246b6ff8c
@@ -66,7 +66,7 @@ public class SliceBeam extends Application {
throw new RuntimeException(e);
}
}
WebView.setWebContentsDebuggingEnabled(true);
WebView.setWebContentsDebuggingEnabled(BuildConfig.DEBUG);
Thread.setDefaultUncaughtExceptionHandler((t, e) -> {
StringWriter sw = new StringWriter();