fix(ui): fix image reloading
This commit is contained in:
@@ -97,7 +97,7 @@ class ImageAttachment extends AttachmentWidget {
|
|||||||
return _buildImageAttachment(
|
return _buildImageAttachment(
|
||||||
context,
|
context,
|
||||||
CachedNetworkImage(
|
CachedNetworkImage(
|
||||||
cacheKey: imageUrl,
|
cacheKey: imageUri.replace(queryParameters: {}).toString(),
|
||||||
height: size?.height,
|
height: size?.height,
|
||||||
width: size?.width,
|
width: size?.width,
|
||||||
placeholder: (context, __) {
|
placeholder: (context, __) {
|
||||||
|
|||||||
Reference in New Issue
Block a user