Add banner for Incognito Mode
This commit is contained in:
@@ -409,7 +409,7 @@ class ReaderPresenter(
|
||||
* Saves this [chapter] last read history.
|
||||
*/
|
||||
private fun saveChapterHistory(chapter: ReaderChapter) {
|
||||
if (!preferences.incognitoMode()) {
|
||||
if (!preferences.incognitoMode().get()) {
|
||||
val history = History.create(chapter.chapter).apply { last_read = Date().time }
|
||||
db.updateHistoryLastRead(history).asRxCompletable()
|
||||
.onErrorComplete()
|
||||
|
||||
Reference in New Issue
Block a user