mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: handle dispose
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user