'Fixed. 'Upload pictures via WIFI only' is hidden when going to files and come back to settings

This commit is contained in:
jabarros 2015-01-22 13:49:31 +01:00
parent d0cee8be85
commit 68eb22929d

View file

@ -316,7 +316,7 @@ public class Preferences extends SherlockPreferenceActivity implements AccountMa
mPrefInstantVideoUploadPathWiFi = findPreference("instant_video_upload_on_wifi");
mPrefInstantVideoUpload = findPreference("instant_video_uploading");
toggleInstantVideoOptions(((CheckBoxPreference) mPrefInstantUpload).isChecked());
toggleInstantVideoOptions(((CheckBoxPreference) mPrefInstantVideoUpload).isChecked());
mPrefInstantVideoUpload.setOnPreferenceChangeListener(new OnPreferenceChangeListener() {