mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-11-09 11:43:01 +00:00
@@ -163,7 +163,7 @@ public class ReCaptchaActivity extends AppCompatActivity {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Navigate to blank page (unloads youtube to prevent background playback)
|
// Navigate to blank page (unloads youtube to prevent background playback)
|
||||||
recaptchaBinding.reCaptchaWebView.loadData("", "text/html", null);
|
recaptchaBinding.reCaptchaWebView.loadUrl("about:blank");
|
||||||
|
|
||||||
final Intent intent = new Intent(this, org.schabi.newpipe.MainActivity.class);
|
final Intent intent = new Intent(this, org.schabi.newpipe.MainActivity.class);
|
||||||
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP);
|
||||||
|
|||||||
Reference in New Issue
Block a user