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

pull/28021/head
Luis Nachtigall 2026-04-21 22:54:40 +02:00 committed by GitHub
parent 3a874dd441
commit 793a7054fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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;
},
),
),