Minor fixes
This commit is contained in:
parent
4f176ae8ad
commit
3b71596ff9
4 changed files with 13 additions and 8 deletions
|
|
@ -140,7 +140,7 @@ class Message extends StatelessWidget {
|
|||
),
|
||||
];
|
||||
final Widget avatarOrSizedBox = sameSender
|
||||
? SizedBox(width: 40)
|
||||
? SizedBox(width: Avatar.defaultSize)
|
||||
: Avatar(
|
||||
event.sender.avatarUrl,
|
||||
event.sender.calcDisplayname(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue