chore: Follow up user bottom sheet
This commit is contained in:
parent
3d965bf6ac
commit
b1a9c6e92d
2 changed files with 4 additions and 1 deletions
|
|
@ -79,6 +79,7 @@ class Avatar extends StatelessWidget {
|
|||
child: noPic
|
||||
? textWidget
|
||||
: MxcImage(
|
||||
client: client,
|
||||
key: ValueKey(mxContent.toString()),
|
||||
cacheKey: '${mxContent}_$size',
|
||||
uri: mxContent,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue