Add badge to bottom bar Updates tab indicating how many unread chapter updates are available (#5620)
Co-authored-by: arkon <arkon@users.noreply.github.com>
This commit is contained in:
@@ -105,6 +105,9 @@ class UpdatesPresenter : BasePresenter<UpdatesController>() {
|
||||
}
|
||||
setDownloadedChapters(list)
|
||||
chapters = list
|
||||
|
||||
//Set unread chapter count for bottom bar badge
|
||||
preferences.libraryUnreadUpdatesCount().set(list.count { !it.read })
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user