mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-28 22:40:13 +08:00
@@ -401,6 +401,9 @@ class _LiveRoomPageState extends State<LiveRoomPage>
|
||||
child = Image.asset(
|
||||
'assets/images/live/default_bg.webp',
|
||||
fit: BoxFit.cover,
|
||||
width: maxWidth,
|
||||
height: maxHeight,
|
||||
cacheWidth: maxWidth.cacheSize(context),
|
||||
);
|
||||
}
|
||||
return Positioned.fill(
|
||||
|
||||
@@ -204,7 +204,6 @@ class LiveRoomChatPanel extends StatelessWidget {
|
||||
: isUpower
|
||||
? uemote.height!
|
||||
: uemote.height! / devicePixelRatio,
|
||||
semanticsLabel: obj.text,
|
||||
),
|
||||
);
|
||||
}
|
||||
@@ -224,7 +223,6 @@ class LiveRoomChatPanel extends StatelessWidget {
|
||||
type: ImageType.emote,
|
||||
width: emote.width,
|
||||
height: emote.height,
|
||||
semanticsLabel: key,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user