2
0
mirror of https://gitlab.com/famedly/fluffychat.git synced 2025-04-12 11:17:50 +02:00

fix: loading spinner stuck on broken images

Fixes 
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

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