summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/xml/preferences.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index a3b9a5a9e..266f1aadf 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -249,6 +249,11 @@
android:key="pref_gpodnet_sync"
android:title="@string/pref_gpodnet_sync_title"
android:summary="@string/pref_gpodnet_sync_sum"/>
+ <Preference android:key="pref_gpodnet_sync_report"
+ android:title="@string/pref_gpodnet_last_sync_title"
+ android:selectable="false"
+ android:enabled="false"
+ android:shouldDisableView="true"/>
<Preference
android:key="pref_gpodnet_logout"
android:title="@string/pref_gpodnet_logout_title"/>
@@ -260,11 +265,6 @@
android:title="@string/pref_gpodnet_notifications_title"
android:summary="@string/pref_gpodnet_notifications_sum"
android:defaultValue="true"/>
- <Preference android:key="pref_gpodnet_sync_report"
- android:title="@string/pref_gpodnet_last_sync_title"
- android:selectable="false"
- android:enabled="false"
- android:shouldDisableView="true"/>
</PreferenceScreen>
</PreferenceCategory>
<PreferenceCategory android:title="@string/storage_pref">