Merge pull request #2821 from mlasson/mlasson-fix-typo

Fix typo
This commit is contained in:
H. Lehmann 2018-09-08 17:38:26 +02:00 committed by GitHub
commit 819d2df8ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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