We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d4013 commit a31d92fCopy full SHA for a31d92f
app/src/main/java/dev/vendicated/vencord/MainActivity.java
@@ -25,6 +25,9 @@ public class MainActivity extends Activity {
25
protected void onCreate(Bundle savedInstanceState) {
26
super.onCreate(savedInstanceState);
27
28
+ // https://developer.chrome.com/docs/devtools/remote-debugging/webviews/
29
+ WebView.setWebContentsDebuggingEnabled(BuildConfig.DEBUG);
30
+
31
setContentView(R.layout.activity_main);
32
33
wv = findViewById(R.id.webview);
0 commit comments