feat: 直播间刷新

This commit is contained in:
guozhigq
2024-04-09 23:33:13 +08:00
parent 33d28f51d1
commit 04bfc29452
2 changed files with 15 additions and 18 deletions

View File

@ -62,6 +62,11 @@ class _LiveRoomPageState extends State<LiveRoomPage> {
controller: plPlayerController,
liveRoomCtr: _liveRoomController,
floating: floating,
onRefresh: () {
setState(() {
_futureBuilderFuture = _liveRoomController.queryLiveInfo();
});
},
),
);
} else {