fix(mobile): thumbnail not filled area on tablet (#13808)

This commit is contained in:
Alex 2024-10-29 11:39:14 -05:00 committed by GitHub
parent f776e049e9
commit a39a1cfffa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,9 +131,7 @@ class ThumbnailImage extends ConsumerWidget {
}
Widget buildImage() {
final image = SizedBox(
width: 300,
height: 300,
final image = SizedBox.expand(
child: Hero(
tag: isFromDto
? '${asset.remoteId}-$heroOffset'