Highlight the badge when there is pending space invite
This commit is contained in:
parent
1b0265662d
commit
af4ab41851
|
@ -398,7 +398,7 @@ class NewHomeDetailFragment :
|
|||
} else {
|
||||
UnreadCounterBadgeView.State.Count(
|
||||
count = spacesNotificationCount.notificationCount,
|
||||
highlighted = spacesNotificationCount.isHighlight,
|
||||
highlighted = spacesNotificationCount.isHighlight || hasPendingSpaceInvites,
|
||||
)
|
||||
}
|
||||
views.spacesUnreadCounterBadge.render(badgeState)
|
||||
|
|
Loading…
Reference in New Issue