From e7b7d12f72c4190995fc0e9658e573d657e1977a Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Mon, 9 Nov 2015 08:11:18 +0100 Subject: [PATCH] fix #1265 --- res/xml/preferences.xml | 27 ++++++---------------- .../owncloud/android/ui/activity/Preferences.java | 2 +- 2 files changed, 8 insertions(+), 21 deletions(-) diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index da8b7bac..b4f46f98 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -44,15 +44,6 @@ android:title="@string/prefs_instant_upload_path_title" android:key="instant_upload_path" /> - - - - - - - + diff --git a/src/com/owncloud/android/ui/activity/Preferences.java b/src/com/owncloud/android/ui/activity/Preferences.java index 229f2020..7b85fe6c 100644 --- a/src/com/owncloud/android/ui/activity/Preferences.java +++ b/src/com/owncloud/android/ui/activity/Preferences.java @@ -889,7 +889,7 @@ public class Preferences extends PreferenceActivity SharedPreferences appPrefs = PreferenceManager.getDefaultSharedPreferences(getApplicationContext()); mUploadVideoPath = appPrefs.getString("instant_video_upload_path", getString(R.string.instant_upload_path)); -// mPrefInstantVideoUploadPath.setSummary(mUploadVideoPath); + mPrefInstantVideoUploadPath.setSummary(mUploadVideoPath); } /** -- 2.11.0