Trying to fix image loading on dev

This commit is contained in:
verboomp
2026-02-03 16:01:31 +01:00
parent bf02f143dd
commit cb5d0de5b2
4 changed files with 1 additions and 18 deletions

View File

@@ -224,12 +224,6 @@ class _CustomerWidgetState extends State<CustomerWidget> {
headers: {cred.name: cred.value},
pictureDto.thumbnailSizeUrl,
fit: BoxFit.contain,
loadingBuilder: (context, child, loadingProgress) {
if (loadingProgress == null) return child;
return Center(
child: CircularProgressIndicator(),
);
},
),
),
),