vector thumbnail hero fix
This commit is contained in:
parent
db299d73ca
commit
e77ed02164
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class VectorImageThumbnail extends StatelessWidget {
|
||||||
);
|
);
|
||||||
return canHero
|
return canHero
|
||||||
? Hero(
|
? Hero(
|
||||||
tag: canHero,
|
tag: entry,
|
||||||
transitionOnUserGestures: true,
|
transitionOnUserGestures: true,
|
||||||
child: child,
|
child: child,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue