chore: Follow up user bottom sheet

This commit is contained in:
krille-chan 2024-07-26 18:31:27 +02:00
parent 8128c960dc
commit 3d965bf6ac
No known key found for this signature in database

View file

@ -119,6 +119,8 @@ class UserBottomSheetView extends StatelessWidget {
Padding(
padding: const EdgeInsets.all(16.0),
child: Avatar(
client:
Matrix.of(controller.widget.outerContext).client,
mxContent: avatarUrl,
name: displayname,
size: Avatar.defaultSize * 2.5,