mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-21 11:22:16 +08:00
fix: msg_feed insert type error (#411)
* fix: msg_feed insert type error * jump to dyn secondary reply
This commit is contained in:
committed by
GitHub
parent
2f616ba237
commit
2949adbbfd
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user