mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-04-06 18:57:01 +00:00
Remove duplicate check if cookies are already present
This commit is contained in:
parent
e2cbf40957
commit
b8efef7c7a
@ -206,7 +206,7 @@ public class ReCaptchaActivity extends AppCompatActivity {
|
||||
Log.d(TAG, "handleCookies: cookies=" + (cookies == null ? "null" : cookies));
|
||||
}
|
||||
|
||||
if (cookies == null || foundCookies.contains(cookies)) {
|
||||
if (cookies == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user