chore: Follow up user bottom sheet
This commit is contained in:
parent
8128c960dc
commit
3d965bf6ac
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue