mod: pages

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-13 13:35:33 +08:00
parent 94d055610e
commit 1b71fd4ca6
7 changed files with 6 additions and 3 deletions

View File

@@ -106,7 +106,7 @@ class _LiveRoomChatState extends State<LiveRoomChat> {
dynamic emots = obj['emots'];
dynamic uemote = obj['uemote'];
List list = [
if (emots != null) emots.keys,
if (emots != null) ...emots.keys,
if (uemote is Map) uemote['emoticon_unique'].replaceFirst('upower_', '')
];
if (list.isNotEmpty) {