mirror of
https://gitlab.com/comunic/comunicmobile
synced 2024-11-22 04:49:21 +00:00
Add cache key for conversation messages
This commit is contained in:
parent
5040fbb101
commit
2a50190e94
@ -43,6 +43,7 @@ class _ConversationFileWidgetState extends State<ConversationFileWidget> {
|
|||||||
opacity: 0.8,
|
opacity: 0.8,
|
||||||
child: CachedNetworkImage(
|
child: CachedNetworkImage(
|
||||||
imageUrl: file.thumbnail!,
|
imageUrl: file.thumbnail!,
|
||||||
|
cacheKey: "conv-file-${widget.messageID}",
|
||||||
width: _AreaWidth,
|
width: _AreaWidth,
|
||||||
height: _AreaHeight,
|
height: _AreaHeight,
|
||||||
fit: BoxFit.cover,
|
fit: BoxFit.cover,
|
||||||
|
Loading…
Reference in New Issue
Block a user