Switch to value key
This commit is contained in:
parent
e23c633511
commit
b74f033838
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class OutgoingAlbumItem extends StatelessWidget {
|
|||
tag: "outgoing_collection" + c.thumbnail!.tag,
|
||||
child: ThumbnailWidget(
|
||||
c.thumbnail,
|
||||
key: Key("outgoing_collection" + c.thumbnail!.tag),
|
||||
key: ValueKey("outgoing_collection" + c.thumbnail!.tag),
|
||||
),
|
||||
),
|
||||
),
|
||||
|
|
Loading…
Add table
Reference in a new issue