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(
|
||||||
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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue