Skip to content

Commit ce89e8a

Browse files
authored
Merge pull request #170 from Vaibhav2002/feat/webiew_lazylist_support
feat: WebView support for LazyLists
2 parents 6773289 + 46a1180 commit ce89e8a

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)