[修复] 半屏增加圆角参数后下滑关闭评论失效 #610
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user