Merge branch 'main' of gitlab.com:famedly/fluffychat into main

This commit is contained in:
Christian Pauly 2021-08-28 18:22:34 +02:00
commit 4a92787feb

View File

@ -295,9 +295,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