From 68eb22929d9d13c1578aceb3480e22560269cbd3 Mon Sep 17 00:00:00 2001 From: jabarros Date: Thu, 22 Jan 2015 13:49:31 +0100 Subject: [PATCH] 'Fixed. 'Upload pictures via WIFI only' is hidden when going to files and come back to settings --- src/com/owncloud/android/ui/activity/Preferences.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.11.0