chore: Follow up avatars
This commit is contained in:
parent
754870e3fd
commit
b8345e2ca6
4 changed files with 77 additions and 67 deletions
|
|
@ -75,7 +75,8 @@ class Avatar extends StatelessWidget {
|
|||
child: noPic
|
||||
? textWidget
|
||||
: MxcImage(
|
||||
key: Key(mxContent.toString()),
|
||||
key: ValueKey(mxContent.toString()),
|
||||
cacheKey: '${mxContent}_$size',
|
||||
uri: mxContent,
|
||||
fit: BoxFit.cover,
|
||||
width: size,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue