Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-14 17:20:56 +08:00
parent 80d9a426a7
commit 1d4036ff85
2 changed files with 20 additions and 14 deletions

View File

@@ -878,16 +878,6 @@ class _LiveRoomPageState extends State<LiveRoomPage>
),
),
),
Positioned(
top: -6,
right: 6,
child: Obx(
() => Badge.count(
isLabelVisible: _liveRoomController.superChatMsg.isNotEmpty,
count: _liveRoomController.superChatMsg.length,
),
),
),
],
);
}