chore: Follow up user bottom sheet

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

View file

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