mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Highlight the badge when there is pending space invite
This commit is contained in:
parent
1b0265662d
commit
af4ab41851
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue