浏览代码

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

jabarros 10 年之前
父节点
当前提交
68eb22929d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/com/owncloud/android/ui/activity/Preferences.java

+ 1 - 1
src/com/owncloud/android/ui/activity/Preferences.java

@@ -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() {