chore: Follow up user bottom sheet

pull/1248/head
krille-chan 7 months ago
parent 8128c960dc
commit 3d965bf6ac
No known key found for this signature in database

@ -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…
Cancel
Save