From: jabarros Date: Thu, 22 Jan 2015 12:49:31 +0000 (+0100) Subject: 'Fixed. 'Upload pictures via WIFI only' is hidden when going to files and come back... X-Git-Tag: oc-android-1.7.0_signed~32^2 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/68eb22929d9d13c1578aceb3480e22560269cbd3?ds=inline;hp=--cc 'Fixed. 'Upload pictures via WIFI only' is hidden when going to files and come back to settings --- 68eb22929d9d13c1578aceb3480e22560269cbd3 diff --git a/src/com/owncloud/android/ui/activity/Preferences.java b/src/com/owncloud/android/ui/activity/Preferences.java index 148c1c9a..7a290738 100644 --- a/src/com/owncloud/android/ui/activity/Preferences.java +++ b/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() {