Skip to content

Commit 46a1180

Browse files
committed
feat: WebView support for LazyList
1 parent 6773289 commit 46a1180

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview/src/androidMain/kotlin/com/multiplatform/webview/web/AccompanistWebView.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ fun AccompanistWebView(
232232
}
233233
},
234234
modifier = modifier,
235+
onReset = {},
235236
onRelease = {
236237
onDispose(it)
237238
},

0 commit comments

Comments
 (0)