Now uses glide for notification

This commit is contained in:
Bram van de Kerkhof
2016-10-11 17:04:47 +02:00
parent 4975787afa
commit 414b8c9f21
10 changed files with 29 additions and 89 deletions

View File

@@ -40,21 +40,6 @@
android:summary="%s"
android:title="@string/pref_remove_after_read" />
<PreferenceCategory
android:persistent="false"
android:title="@string/pref_notifications" />
<SwitchPreference
android:defaultValue="true"
android:key="@string/pref_notifications_manga_download_key"
android:title="@string/pref_notifications_manga_download" />
<SwitchPreference
android:defaultValue="false"
android:key="@string/pref_notifications_single_page_key"
android:title="@string/pref_notifications_single_page" />
</PreferenceScreen>
</PreferenceScreen>