fix: 新增更多判空位置

This commit is contained in:
orz12
2024-02-26 10:14:13 +08:00
parent 11988a4f8e
commit 390046116b
10 changed files with 27 additions and 19 deletions

View File

@@ -44,9 +44,7 @@ class _LiveRoomPageState extends State<LiveRoomPage> {
@override
void dispose() {
plPlayerController!.dispose();
if (floating != null) {
floating!.dispose();
}
floating?.dispose();
super.dispose();
}