diff options
author | Domingos Lopes <domingos86lopes+github@gmail.com> | 2016-07-17 14:10:58 -0400 |
---|---|---|
committer | Domingos Lopes <domingos86lopes+github@gmail.com> | 2016-07-17 14:10:58 -0400 |
commit | 91f12080ef02dd66da6c378f0b25058fac41aea0 (patch) | |
tree | f45425f1b5c91ae82b3e8c911370227ef51936a3 /app/src/main/res | |
parent | cf035bc74829858880f9118d74003eb47110b33b (diff) | |
download | AntennaPod-91f12080ef02dd66da6c378f0b25058fac41aea0.zip |
include gpodnet last sync report on Sync pref summary
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/xml/preferences.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml index dca019bf6..d907cee12 100644 --- a/app/src/main/res/xml/preferences.xml +++ b/app/src/main/res/xml/preferences.xml @@ -249,10 +249,6 @@ 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:enabled="false" - android:shouldDisableView="true"/> <Preference android:key="pref_gpodnet_logout" android:title="@string/pref_gpodnet_logout_title"/> |