mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-21 22:14:43 +02:00
Disables the notification dot in the discovery tab
This commit is contained in:
parent
ddfe2abb42
commit
18709a1b22
@ -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 :
|
||||
|
Loading…
x
Reference in New Issue
Block a user