fix(mobile): thumbnail transition to asset viewer (#27850)

This commit is contained in:
Luis Nachtigall
2026-04-21 22:54:40 +02:00
committed by GitHub
parent 3a874dd441
commit 793a7054fb

View File

@@ -129,7 +129,7 @@ class _ThumbnailTileState extends ConsumerState<ThumbnailTile> {
}
animation.addStatusListener(animationStatusListener);
return to.widget;
return direction == HeroFlightDirection.push ? from.widget : to.widget;
},
),
),