We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39722a5 + 52c1364 commit 0cb8011Copy full SHA for 0cb8011
1 file changed
app/src/main/java/org/schabi/newpipe/error/ReCaptchaActivity.java
@@ -162,6 +162,9 @@ private void saveCookiesAndFinish() {
162
setResult(RESULT_OK);
163
}
164
165
+ // Navigate to blank page (unloads youtube to prevent background playback)
166
+ recaptchaBinding.reCaptchaWebView.loadUrl("about:blank");
167
+
168
final Intent intent = new Intent(this, org.schabi.newpipe.MainActivity.class);
169
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
170
NavUtils.navigateUpTo(this, intent);
0 commit comments