Fix minor web bugs

This commit is contained in:
Christian Pauly
2020-04-10 18:52:40 +02:00
parent 6aa6d0e911
commit c746778f3f
3 changed files with 5 additions and 3 deletions

View File

@ -42,7 +42,7 @@ class Avatar extends StatelessWidget {
backgroundImage: mxContent.mxc?.isNotEmpty ?? false
? AdvancedNetworkImage(
src,
useDiskCache: true,
useDiskCache: !kIsWeb,
)
: null,
backgroundColor: mxContent.mxc.isEmpty