mod: handle dispose

This commit is contained in:
bggRGjQaUbCoE
2024-08-29 17:45:41 +08:00
parent 536a2177c7
commit 33a4b408e1
43 changed files with 274 additions and 150 deletions

View File

@@ -45,7 +45,7 @@ class _LiveRoomPageState extends State<LiveRoomPage> {
@override
void dispose() {
floating?.dispose();
plPlayerController!.dispose();
plPlayerController?.dispose();
super.dispose();
}
@@ -176,7 +176,7 @@ class _LiveRoomPageState extends State<LiveRoomPage> {
),
//内置浏览器打开
IconButton(
tooltip: '内置浏览器打开',
tooltip: '内置浏览器打开',
onPressed: () {
Get.offNamed(
'/webview',