Disables the notification dot in the discovery tab

This commit is contained in:
Vitor Pamplona 2024-02-08 14:53:53 -05:00
parent ddfe2abb42
commit 18709a1b22

View File

@ -107,9 +107,9 @@ sealed class Route(
Route(
route = "Discover",
icon = R.drawable.ic_sensors,
hasNewItems = { accountViewModel, newNotes ->
DiscoverLatestItem.hasNewItems(accountViewModel, newNotes)
},
// hasNewItems = { accountViewModel, newNotes ->
// DiscoverLatestItem.hasNewItems(accountViewModel, newNotes)
// },
)
object Notification :