Quotes updated in subject message for shared link, better format string
[pub/Android/ownCloud.git] / src / com / owncloud / android / ui / activity / Preferences.java
index 148c1c9..7a29073 100644 (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() {