public void onResume() {
   checkItemVisibility();
   setUpdateIntervalText();
   setParallelDownloadsText(UserPreferences.getParallelDownloads());
   setEpisodeCacheSizeText(UserPreferences.getEpisodeCacheSize());
   setDataFolderText();
   updateGpodnetPreferenceScreen();
 }