mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -90,6 +90,7 @@ Widget content(
|
||||
),
|
||||
if (pics != null && pics.isNotEmpty)
|
||||
ImageGridView(
|
||||
fullScreen: true,
|
||||
picArr: pics
|
||||
.map(
|
||||
(item) => ImageModel(
|
||||
@@ -100,7 +101,6 @@ Widget content(
|
||||
),
|
||||
)
|
||||
.toList(),
|
||||
fullScreen: true,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
||||
@@ -429,7 +429,7 @@ class UserInfoCard extends StatelessWidget {
|
||||
);
|
||||
|
||||
Widget _buildAvatar(bool hasPendant) => fromHero(
|
||||
tag: card.face ?? '',
|
||||
tag: '${card.face}$hashCode',
|
||||
child: PendantAvatar(
|
||||
avatar: card.face,
|
||||
size: hasPendant ? kPendantAvatarSize : kAvatarSize,
|
||||
@@ -440,6 +440,7 @@ class UserInfoCard extends StatelessWidget {
|
||||
garbPendantImage: card.pendant?.image,
|
||||
roomId: live?.liveStatus == 1 ? live!.roomid : null,
|
||||
onTap: () => PageUtils.imageView(
|
||||
tag: hashCode.toString(),
|
||||
imgList: [SourceModel(url: card.face.http2https)],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user