[修复] 半屏增加圆角参数后下滑关闭评论失效 #610

This commit is contained in:
HapeLee
2026-02-20 04:46:17 +08:00
parent 29d648dfec
commit b749400162
@@ -262,7 +262,7 @@ class BottomWebViewDialog() : BottomSheetDialogFragment(R.layout.dialog_web_view
config.isNestedScrollingEnabled?.let { enabled ->
webView.isNestedScrollingEnabled = enabled
} ?: run {
webView.isNestedScrollingEnabled = true
webView.isNestedScrollingEnabled = false
}
}