mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 直播间浏览器打开时,原始页面仍在播放
This commit is contained in:
@@ -179,7 +179,7 @@ class _LiveRoomPageState extends State<LiveRoomPage> {
|
|||||||
IconButton(
|
IconButton(
|
||||||
tooltip: '内置浏览器打开',
|
tooltip: '内置浏览器打开',
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
Get.toNamed(
|
Get.offNamed(
|
||||||
'/webview',
|
'/webview',
|
||||||
parameters: {
|
parameters: {
|
||||||
'url':
|
'url':
|
||||||
|
|||||||
Reference in New Issue
Block a user