refactor: Upgrade to Flutter 2.5
This commit is contained in:
parent
21d7f862dd
commit
eba304556c
7 changed files with 39 additions and 49 deletions
|
|
@ -150,7 +150,7 @@ class ChatListItem extends StatelessWidget {
|
|||
room.lastEvent?.senderId == Matrix.of(context).client.userID;
|
||||
final unread = room.isUnread || room.membership == Membership.invite;
|
||||
final unreadBubbleSize = unread
|
||||
? room.notificationCount > 0.0
|
||||
? room.notificationCount > 0
|
||||
? 20.0
|
||||
: 14.0
|
||||
: 0.0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue