Merge pull request #72 from whitecat/notification

Tied "displaying notifications" with enabling chache preferences
This commit is contained in:
applications4android 2013-01-27 04:07:41 -08:00
commit e568e1adf1
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"