rename setting to "YouTube restricted mode"
This commit is contained in:
parent
63087a4311
commit
f60cce54ea
8 changed files with 24 additions and 24 deletions
|
|
@ -137,7 +137,7 @@ public class App extends Application {
|
|||
getApplicationContext());
|
||||
final String key = getApplicationContext().getString(R.string.recaptcha_cookies_key);
|
||||
downloader.setCookie(ReCaptchaActivity.RECAPTCHA_COOKIES_KEY, prefs.getString(key, ""));
|
||||
downloader.updateRestrictedModeCookies(getApplicationContext());
|
||||
downloader.updateYoutubeRestrictedModeCookies(getApplicationContext());
|
||||
}
|
||||
|
||||
private void configureRxJavaErrorHandler() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue