rename setting to "YouTube restricted mode"

This commit is contained in:
Vincent Nagel 2020-04-12 15:13:04 -05:00
parent 63087a4311
commit f60cce54ea
8 changed files with 24 additions and 24 deletions

View file

@ -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() {