fix: (hopefully) unread bubbles on iOS
This commit is contained in:
parent
b269ab6f58
commit
4f27de05c5
1 changed files with 2 additions and 2 deletions
|
|
@ -290,9 +290,9 @@ class ChatListItem extends StatelessWidget {
|
|||
height: unreadBubbleSize,
|
||||
width: room.notificationCount == 0 && !unread
|
||||
? 0
|
||||
: (unreadBubbleSize - 10) *
|
||||
: (unreadBubbleSize - 9) *
|
||||
room.notificationCount.toString().length +
|
||||
10,
|
||||
9,
|
||||
decoration: BoxDecoration(
|
||||
color: room.highlightCount > 0
|
||||
? Colors.red
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue