chore: Follow up user bottom sheet

This commit is contained in:
krille-chan 2024-07-26 19:36:07 +02:00
commit b1a9c6e92d
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -79,6 +79,7 @@ class Avatar extends StatelessWidget {
child: noPic
? textWidget
: MxcImage(
client: client,
key: ValueKey(mxContent.toString()),
cacheKey: '${mxContent}_$size',
uri: mxContent,