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