From: tobiasKaminsky Date: Mon, 9 Nov 2015 07:11:18 +0000 (+0100) Subject: fix #1265 X-Git-Tag: beta-20151122~30 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/e7b7d12f72c4190995fc0e9658e573d657e1977a fix #1265 --- 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); } /**