Move unread chapters badge setting to General section
This commit is contained in:
@@ -106,8 +106,8 @@ class UpdatesPresenter : BasePresenter<UpdatesController>() {
|
||||
setDownloadedChapters(list)
|
||||
chapters = list
|
||||
|
||||
//Set unread chapter count for bottom bar badge
|
||||
preferences.libraryUnreadUpdatesCount().set(list.count { !it.read })
|
||||
// Set unread chapter count for bottom bar badge
|
||||
preferences.unreadUpdatesCount().set(list.count { !it.read })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user