Change Updates icon badge to show new updates count (#8659)

* Change Updates icon badge to show new updates count

* Fix reference

* review changes

* Lint
This commit is contained in:
AntsyLich
2022-12-04 01:44:30 +06:00
committed by GitHub
parent 7be9b49143
commit 373463e995
9 changed files with 20 additions and 29 deletions
@@ -60,8 +60,7 @@ class LibraryPreferences(
fun languageBadge() = preferenceStore.getBoolean("display_language_badge", false)
fun showUpdatesNavBadge() = preferenceStore.getBoolean("library_update_show_tab_badge", false)
fun unreadUpdatesCount() = preferenceStore.getInt("library_unread_updates_count", 0)
fun newUpdatesCount() = preferenceStore.getInt("library_unseen_updates_count", 0)
// endregion