This commit is contained in:
Marc Lasson 2018-09-08 15:52:16 +02:00
parent 9512c0133f
commit 2d1045cacf
1 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ public class PreferenceController implements SharedPreferences.OnSharedPreferenc
break; break;
case R.xml.preferences_autodownload: case R.xml.preferences_autodownload:
setupAutoDownloadScreen(); setupAutoDownloadScreen();
buildAutodownloadSelectedNetworsPreference(); buildAutodownloadSelectedNetworksPreference();
setSelectedNetworksEnabled(UserPreferences.isEnableAutodownloadWifiFilter()); setSelectedNetworksEnabled(UserPreferences.isEnableAutodownloadWifiFilter());
buildEpisodeCleanupPreference(); buildEpisodeCleanupPreference();
break; break;
@ -953,7 +953,7 @@ public class PreferenceController implements SharedPreferences.OnSharedPreferenc
return val == null ? "" : val; return val == null ? "" : val;
} }
private void buildAutodownloadSelectedNetworsPreference() { private void buildAutodownloadSelectedNetworksPreference() {
final Activity activity = ui.getActivity(); final Activity activity = ui.getActivity();
if (selectedNetworks != null) { if (selectedNetworks != null) {