Add banner for Incognito Mode

This commit is contained in:
arkon
2020-10-03 10:53:26 -04:00
parent 7194f65203
commit cf39ae0000
4 changed files with 24 additions and 2 deletions

View File

@@ -269,7 +269,7 @@ class PreferencesHelper(val context: Context) {
fun sortChapterByAscendingOrDescending() = prefs.getInt(Keys.defaultChapterSortByAscendingOrDescending, Manga.SORT_DESC)
fun incognitoMode() = prefs.getBoolean(Keys.incognitoMode, false)
fun incognitoMode() = flowPrefs.getBoolean(Keys.incognitoMode, false)
fun setChapterSettingsDefault(manga: Manga) {
prefs.edit {