mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
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
Block a user