mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-05 10:10:14 +08:00
@@ -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,
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user