Add setting to hide manga content from update/download notifications

(cherry picked from commit f3d69599aa)
This commit is contained in:
jobobby04
2020-04-04 18:22:58 -04:00
committed by Jobobby04
parent f2ed26479f
commit 09dcb8029c
2 changed files with 3 additions and 0 deletions

View File

@@ -84,6 +84,8 @@ class PreferencesHelper(val context: Context) {
fun hideNotificationContent() = prefs.getBoolean(Keys.hideNotificationContent, false)
fun hideNotificationContent() = prefs.getBoolean(Keys.hideNotificationContent, false)
fun clear() = prefs.edit().clear().apply()
fun themeMode() = flowPrefs.getString(Keys.themeMode, Values.THEME_MODE_SYSTEM)