Tied "displaying notifications" with enabling chache preferences

This commit is contained in:
C. Albert 2013-01-25 15:30:15 -08:00
parent 1076bfb2bf
commit 959a746baa
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@
android:key="notificationPref"
android:title="Display Notifications"
android:summary="Display notifications to appear in the notification bar"
android:defaultValue="true" />
android:defaultValue="true"
android:dependency="backgroundCacheEnabledPref" />
<ListPreference
android:title="Sort (My Comics)"
android:summary="Sort Order in My Comics Page"