Disables the notification dot in the discovery tab
This commit is contained in:
@@ -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 :
|
||||||
|
|||||||
Reference in New Issue
Block a user