mirror of
https://github.com/gskinnerTeam/flutter-wonderous-app.git
synced 2025-08-06 09:39:31 +08:00
Fix centering issue in photo gallery with hidden collectibles
This commit is contained in:
@ -213,7 +213,7 @@ class _PhotoGalleryState extends State<PhotoGallery> {
|
||||
_handleImageTapped(index);
|
||||
},
|
||||
child: _checkCollectibleIndex(index)
|
||||
? HiddenCollectible(widget.wonderType, index: 1, size: 100)
|
||||
? Center(child: HiddenCollectible(widget.wonderType, index: 1, size: 100))
|
||||
: ClipRRect(
|
||||
borderRadius: BorderRadius.circular(8),
|
||||
child: SizedBox(
|
||||
|
Reference in New Issue
Block a user