Fix typo
This commit is contained in:
parent
9512c0133f
commit
2d1045cacf
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue