fix: loading spinner stuck on broken images

Fixes #198
This commit is contained in:
Kateřina Churanová 2020-10-25 18:36:47 +01:00
parent c7f8a9319b
commit e917879d92
No known key found for this signature in database
GPG Key ID: 0011BDBEC021A39B
1 changed files with 5 additions and 0 deletions

View File

@ -68,6 +68,11 @@ class Avatar extends StatelessWidget {
textWidget,
],
),
errorWidget: (c, s, d) => Stack(
children: [
textWidget,
],
),
),
),
),