fix: msg_feed insert type error (#411)

* fix: msg_feed insert type error

* jump to dyn secondary reply
This commit is contained in:
My-Responsitories
2025-03-09 09:49:16 +08:00
committed by GitHub
parent 2f616ba237
commit 2949adbbfd
5 changed files with 29 additions and 31 deletions

View File

@@ -185,12 +185,7 @@ class _WebviewPageNewState extends State<WebviewPageNew> {
onTitleChanged: (controller, title) {
_titleStream.add(title);
},
onCloseWindow: (controller) => Get.back(
result:
_url.startsWith('https://www.bilibili.com/h5/comment/report')
? true
: null,
),
onCloseWindow: (controller) => Get.back(),
onLoadStop: (controller, url) {
if (url.toString().startsWith('https://live.bilibili.com')) {
_webViewController?.evaluateJavascript(